User Activity

In my STM32L496 MCU I saw that if I activate timer1(PWM channel1) is not possible to use internal flash because FLASH_SR_PGSERR go up just after initialization (Hal_Init).while, if I disable the timer (in cube) and regenerate code, flash works as exp...
Hi all,I'm trying to write in the internal flash memory of my new MCU (STM32L496VGYXP),but FLASH_WaitLastOperation fails. The error seems to be FLASH_SR_PGSERR .I'm sure that my code used to write flash memory is correct because in others projects it...
Hello,I'm trying to connect my nucleo stm32L496zg with an external ASD (ADS1259) through SPI interface using DMA. So I connected MISO MOSI SCK and a pin used as interrupt for the End of conversion.If I use SPI1 no problem, I can see continuously the ...
Hello all,In a custom board I wrote a very simple code using stm32cube.When I start debugging it shows this message"Break at address "0x1fff1d66" with no debug information available, or outside of program code."After that I see the cursor in main at ...
Hello guys,I'm not new using DFU but I have this strange problem.When I try to jump in DFU from my code, I get an "Unknown usb device" from my PC.I have also 2 push button in my board. Reset and DFU pin (keep PH3 high ).If I keep pressed DFU button a...