STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Caps lock led turn on/off

Posted on August 22, 2014 at 08:53I want to turn on/off keyboard led using STM32F4 Discovery HID example.. Keys are working fine.I have problem with output Set_report. Led is not turning on/off although it seems i am sending correct request.I am sen...

I have a working 3D printer, and an identical non-working one with a blown STM32F070CBT6. Can I extract the firmware from the working one?

I bought a second non-working used 3D printer with the expectation of repairing it. Turns out the MCU was destroyed - it actually had holes blown in its casing! I bought a few new MCUs of the exact same type, and replaced it. I can successfully put t...

JMora by Associate II
  • 712 Views
  • 4 replies
  • 0 kudos

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
  • 363 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
  • 887 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...