Search found 6 matches
- Wed Aug 23, 2023 2:23 am
- Forum: General discussion
- Topic: [SOLVED]Connecting Nextion LCD to STM32F103C8T6
- Replies: 3
- Views: 1586
Re: Connecting Nextion LCD to STM32F103C8T6
OMG I forget about instantiate Serial2, Thanks, it works!
- Tue Aug 22, 2023 6:33 am
- Forum: General discussion
- Topic: [SOLVED]Connecting Nextion LCD to STM32F103C8T6
- Replies: 3
- Views: 1586
[SOLVED]Connecting Nextion LCD to STM32F103C8T6
Hi! I try to connecting STM32F103C8T6 with Nextion LCD (NX3224T028_011) using Arduino IDE. while I compiling the code, there is an error says like this
c:/users/asus/appdata/local/arduino15/packages/stmicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/../lib/gcc/arm-none-eabi/12.2.1 ...
c:/users/asus/appdata/local/arduino15/packages/stmicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/../lib/gcc/arm-none-eabi/12.2.1 ...
- Tue Aug 22, 2023 1:44 am
- Forum: General discussion
- Topic: [SOLVED]can't access Serial2 in STM32F103C8T6
- Replies: 2
- Views: 2420
Re: can't access Serial2 in STM32F103C8T6
I using core from rogerclarkmelborne before, and I try another core in this link
https://github.com/stm32duino/Arduino_Core_STM32
And after that i found article about HardwareSerial in this link
https://github.com/stm32duino/Arduino_Core_STM32/wiki/API
This is my code
HardwareSerial ...
https://github.com/stm32duino/Arduino_Core_STM32
And after that i found article about HardwareSerial in this link
https://github.com/stm32duino/Arduino_Core_STM32/wiki/API
This is my code
HardwareSerial ...
- Tue Aug 22, 2023 1:18 am
- Forum: Let us know a bit about you and your projects
- Topic: Hello Everyone
- Replies: 2
- Views: 11405
Re: Hello Everyone
wow thank you it's very helpfull ! I will read all these article first
- Mon Aug 21, 2023 11:21 am
- Forum: Let us know a bit about you and your projects
- Topic: Hello Everyone
- Replies: 2
- Views: 11405
Hello Everyone
Hi im from Indonesia
I just want to learn about microcontroller. And at this time I curious about STM32 with arduino IDE. I still learn basic knowledge about STM32 family. Thank you
I just want to learn about microcontroller. And at this time I curious about STM32 with arduino IDE. I still learn basic knowledge about STM32 family. Thank you
- Mon Aug 21, 2023 9:22 am
- Forum: General discussion
- Topic: [SOLVED]can't access Serial2 in STM32F103C8T6
- Replies: 2
- Views: 2420
[SOLVED]can't access Serial2 in STM32F103C8T6
hi, I'm new to STM32duino. Yesterday I try to access Serial2 in STM32F103C8T6 and fail. I only can access Serial1 in PA9 and PA10. anyone can help? Here is my code
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
Serial2.begin(9600);
Serial3.begin(9600);
}
void ...
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
Serial2.begin(9600);
Serial3.begin(9600);
}
void ...