User Activity

You can interpret return value as boolean (and pass value as boolean for gpio read and write as long as you compile you project in C but as soon as tried to compile in C++ those are not compatibles with boolean but return GPIO_PIN_SET or GPIO_PIN_RES...
Hi, I'm facing to a strange behaviors when I'm compiling my project in cpp but the issue disappear when compiling in c only.The problem is on initialization of eeprom_emulation library on a STM32L476RG @ 80mhz(line 657 of stm32l4xx_hal_flash.c) :/** ...
Hi, I know this question have been asked several time, but STM32CubeIDE and STM32CubeMx are only generating .c file... this is very frustriating, time consuming and source of multiples error when working with cpp environment. We have to manually rena...
Hi, My mcu is STM32L476RGTx and I experiencing very strange behaviors to make my cpu start. This mcu is on pcb I designed myself.My boot0 pin is shorted to GNDAnd the reset pin pulled up to VCC.I can program my chip with my st link (updated to the la...
Hi, Many thanks in advance to help me. And sorry if my question is stupid. I tried to add EEPROM emulation to my NUCLEO Dev board (L476RG). I wasn't able to add this middle ware via the cubeIDE. After that I seen that it is for cubeMX, I tried to but...
Kudos from