RadioDSP-DNR-Stm32f407/src/RadioDSP_CortexM4
Giuseppe Callipo 0cf67a4de3 Updated version: 2nd DNR and CW decoder
Added two main function:
Second stage in DNR nouse reduction
CW decoder.
2019-01-25 22:12:37 +01:00
..
SPL First commit 2018-12-31 19:32:17 +01:00
bin Updated version: 2nd DNR and CW decoder 2019-01-25 22:12:37 +01:00
inc Updated version: 2nd DNR and CW decoder 2019-01-25 22:12:37 +01:00
obj Updated version: 2nd DNR and CW decoder 2019-01-25 22:12:37 +01:00
src Updated version: 2nd DNR and CW decoder 2019-01-25 22:12:37 +01:00
RadioDSP_CortexM4.cscope_file_list First commit 2018-12-31 19:32:17 +01:00
RadioDSP_CortexM4.depend Updated version: 2nd DNR and CW decoder 2019-01-25 22:12:37 +01:00
RadioDSP_CortexM4.ebp Updated version: 2nd DNR and CW decoder 2019-01-25 22:12:37 +01:00
RadioDSP_CortexM4.elay Updated version: 2nd DNR and CW decoder 2019-01-25 22:12:37 +01:00
cscope.out First commit 2018-12-31 19:32:17 +01:00
readme.txt First commit 2018-12-31 19:32:17 +01:00
stm32f407ve_flash.ld First commit 2018-12-31 19:32:17 +01:00
stm32f407ve_sram.ld First commit 2018-12-31 19:32:17 +01: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 */
}