STM32 F0 are entry-level ARM Cortex-M0 MCUs from ST Microelectronics.
Questions tagged [stm32f0]
124 questions
0
votes
0 answers
Writing C++ for STM32F0 LCD
I'm trying to learn embedded dev in C++ using CoIDE. I have a STM32F0 chip on a break out board. i've done some LED tutorials etc. I'm stuck on this code that is supposed to write some simple text strings to the LCD. The tutorial I'm following is…

D Brian Beardmore
- 35
- 1
- 8
0
votes
1 answer
mbed compiler: how to programatically read & write flash STM32F091RC on Nucleo eval board
I need to write and read back configuration parameters to the STM32F091RC flash.
What are the read and write functions/methods?

Doug Null
- 7,989
- 15
- 69
- 148
-1
votes
2 answers
__no_operation invalid in C99 IAR 9.20.4
I've an old code that perfectly works in IAR IAR 7.60
I would like to port it to IAR 9.20.4. The only issue while compiling is that I got a __no_operation(); line of code that generates an error while compiling
IAR reports the error…

NicoCaldo
- 1,171
- 13
- 25
-1
votes
1 answer
STM32F103C8T6 board not flashing with Keil 5
I have the following problem. Once i generate Keil project using ST CubeMX and write project into STM32F103C8 MCU, everything goes well; However, after this first flashing i'am not able to flash it anymore as it throws the following error:
Error:…

ussrback
- 491
- 2
- 8
- 22