STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

is it possible to write to flash

I see that there is a function to write SDRAM ( HAL_SDRAM_Write_32b ) but no FLASH.I want to take data from ADC array[2000] and save so I do not loose when it is powered down.And of course recall / display it later.

MNapi by Senior III
  • 359 Views
  • 2 replies
  • 0 kudos

STM32F401 USB memory stick bootloader

Hi,I need to write a bootloader which will load the new program from a USB memory stick.Unfortunately I cannot use the ROM based DFU bootloader.The bootloader would need to be held in FLASH and protected against update. Easy enough.I believe that the...

PRobe by Associate II
  • 866 Views
  • 6 replies
  • 0 kudos

Resolved! STM32CubeL4 low power mode STOP2 with RTC

Hi, I'm using latest FW STM32Cube_FW_L4_V1.13.0 and the PWR_STOP2_RTC example seems to fail waking from sleep mode. It goes to sleep after 5 s alright and power consumption drops from cca 11 mA to 4 uA but after cca 33 s, as stated in readme, nothing...