Skip to content

geomatsi/stm32f4discovery-freertos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOWTO

== Write firmware to flash using st-tools

  shell# st-flash erase
  shell# st-flash write build/leds.bin 0x8000000

== Write firmware to flash using gdb

  shell_1# st-utils

  shell_2# arm-none-linux-gnueabi-gdb build/leds.elf
  gdb> tar ext :4242
  gdb> load
  gdb> run

About

Experiments with FreeRTOS on stm32f4discovery evaluation board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published