xdebug

next generation of mdebug (work in progress)
git clone http://frotz.net/git/xdebug.git
Log | Files | Refs | README

stm32f4xx.c (113B)


      1 #define LOADADDR	0x20000400
      2 
      3 #define FLASH_BASE	0x00000000
      4 #define FLASH_SIZE	0x00100000
      5 
      6 #include "stm32fxxx.c"