RadioDSP-Stm32f103/src/RadioDSP_Fast
Giuseppe Callipo 6bd735d6ab Improved user buttons experience
Improved interaction with user buttons. The delay in pressing the buttons has decreased.
2018-07-22 23:06:24 +02:00
..
SPL First Commit 2018-04-22 16:24:37 +02:00
cmsis First Commit 2018-04-22 16:24:37 +02:00
inc Improved CW filters 2018-04-26 13:29:53 +02:00
obj/Release First Commit 2018-04-22 16:24:37 +02:00
src Improved user buttons experience 2018-07-22 23:06:24 +02:00
RadioDSP_Fast.depend Improved CW filters 2018-04-26 13:29:53 +02:00
RadioDSP_Fast.ebp First Commit 2018-04-22 16:24:37 +02:00
RadioDSP_Fast.elay Improved CW filters 2018-04-26 13:29:53 +02:00
readme.txt First Commit 2018-04-22 16:24:37 +02:00
stm32f103c8_flash.ld First Commit 2018-04-22 16:24:37 +02:00
stm32f103c8_sram.ld First Commit 2018-04-22 16:24:37 +02:00

readme.txt

You have to set the correct memory layout for your device in the linker script.
Please check the FLASH and SRAM length.

e.g.


MEMORY
{
  FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 0x08000   /* 32k */
  RAM (rwx)  : ORIGIN = 0x20000000, LENGTH = 0x01000   /*  4k */
}