User Activity

Hello @st,I am working with STM32L4 MCU with the custom board where I enable composite HID + CDC interface on USB.I want to use XMODEM with CDC interface to update firmware and HID to serve my other module like JoyStick, Jog Shuttle, etc.I am having ...
I aim to load my application at 0x08002000 instead of 0x08000000(base address) and secure the first two sections which will be used to store CRC and other firmware update information.I use a post-build script to calculate the CRC using srecord utilit...
This MCU is having 3 RAM sections: RAM : 640KB,RAM2: 64KB,RAM3: 384KBI have modified my linker script(attached here) but don't know why the framebuffer is stored in RAM as well RAM3 section as per below snap? Linker script: STM32L4R9AIIX_FLASH.zipFol...
We have the STM32L4R-Eval kit revision 01 as well as revision 02We want to use STM32L4R9AI in our prototype, which was used in the above Eval.The difference between these two versions looks like in revision01 U5 SRAM is populated but not working corr...
Kudos given to