User Activity

Good morning,I'm writing a bootloader and I need to put all the code in the RAM and execute from it (the microcontroller is a STM32F733).The code is already working correctly from the flash.How can I move it into the RAM?Thanks in advance
Hello, I would like help to have configurating the ADC peripheric to use it in continuos mode with three channels of the micro stm8s005c6, could you hand me an example made with the FWL from ST? Im using it right now with no success.I have being read...
Using the library functions the micro freezes and enters a CLK assert, this is the code I use to configure the CLK: CLK_DeInit (); CLK_HSECmd (DISABLE); CLK_LSICmd (DISABLE); CLK_HSICmd (ENABLE); while (! CLK_GetFlagStatus (CLK_FLAG_HSIRDY)); CLK_Clo...
I think I've found a bug on CubeMX.When generating the code for STM32F072C8T6, the number of wait states is wrong.It seems that the code generator checks HCLK frequency instead of SYSCLK frequency.