Search found 2 matches
- Wed Sep 28, 2022 1:01 pm
- Forum: IDE's
- Topic: Modifying board definitions corectly
- Replies: 5
- Views: 10329
Re: Modifying board definitions corectly
F030 C8 does not have 6 UARTS. It has only 2: USART1 and USART2.
USART3, 4, 5 and 6 are only on F030 xC MCUs.
https://www.st.com/resource/en/datasheet/stm32f030c8.pdf
Thats what i said in the post. i know 030C8 has onyl 2 USARTS. but i am using 030CC which has 6. I am trying to modify the board ...
- Wed Sep 28, 2022 12:19 pm
- Forum: IDE's
- Topic: Modifying board definitions corectly
- Replies: 5
- Views: 10329
Modifying board definitions corectly
Hello,
I am developing a custom board based on stm32F030CCTx chip. I have generated a custom board variant in STM32duino and it works ok. My main goal is to use all 6 uarts that the chip offers. But due to an unrelated issue i can not use this board because a library does not play well with it ...
I am developing a custom board based on stm32F030CCTx chip. I have generated a custom board variant in STM32duino and it works ok. My main goal is to use all 6 uarts that the chip offers. But due to an unrelated issue i can not use this board because a library does not play well with it ...