|
|
00f225c393
|
enabled .map generation in Makefile. Included twiddle generation at the startup of the blackfin (into main.c inside main() func)
|
2025-10-09 15:47:34 +03:00 |
|
|
|
2796ed3149
|
included FFT_FP to the makefile
|
2025-10-09 14:12:40 +03:00 |
|
|
|
f9b5fdf89b
|
included FFT_and_FP_math as submodule. It contains FP-FFT library in FFT_and_FP_math/C
|
2025-10-09 13:52:08 +03:00 |
|
|
|
95cf79b61f
|
fixed and approved trigger searcher logic in AVG module
|
2025-10-02 20:01:11 +03:00 |
|
|
|
1555adc25b
|
Have been trying to force LARGE array allocation in SDRAM. Due to a bug somewhere in compiler or configuration, arrays defined in l502_user_process.c with '#include l502_sdram_noinit.h' or '__attribute__((section('.sdram_noinit')))' directives (that should allocate array in SDRAM) wrongly allocates in MEM_L1_DATA_A and overfills it. Workaround: define large arrays with these directives in l502_streams.c and include them via 'extern'.
|
2025-07-18 17:48:29 +03:00 |
|
|
|
c73ead2643
|
git init of an empty project
|
2025-06-27 15:12:44 +03:00 |
|