User Activity

Hi, i have a simple bootloader and a application on top. Both works fine so far. But after the implemented the bootloader my UART2 is not working anymore. so no output.When i remove the bootloader (change linker file and system... file) UART function...
Hello everybody,i am having trouble determining the wakeup source after power cycling and i can not figure out why this is.Simple test case:I am using the NUCLEO-L496ZG->Examples->PWR->PWR_SHUTDOWN example as a base.The example was slightly modified ...
Hello,i tried to implement a I2C slave device on a STM32L486.It is working, but sometimes (after a few seconds, minutes or even hours) it freezes/blocks the SCL line. So the master device (also a STM32) generates a error.I have no glue what happens h...
Hello, i tried some I2C Examples for a STM32F303K8 and a STM32L496 Nucleo Board.I imported the project into the IDE, build it and transfered it to the boards.But the is absoluetly no function. I am not able to debug, i just got a white screen.It is t...
Hello, i would like to do firmware upload via CAN bus on my STM32L496 (Nucleo) board.According to the datasheet this chip support firmware update via CAN.I have a working CAN setup, i am able to send and recieve CAN frames, so i think the hardware si...