This website requires JavaScript.
Explore
Help
Register
Sign In
ChTheo
/
E502_ADC_BFfirmware
Watch
1
Star
0
Fork
0
You've already forked E502_ADC_BFfirmware
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1555adc25b228ca389dd86537f1f008003810b25
E502_ADC_BFfirmware
/
build
/
release
/
objs
History
Theodor Chikin
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
..
l502_async.o
git init of an empty project
2025-06-27 15:12:44 +03:00
l502_cmd.o
firmware is working and compiling! modified cmd L502_BF_CMD_CODE_GET_PARAM (aka f_cmd_get_param()). Added param 87, which returns specific number 0xADEF (decimal 44527).
2025-06-27 17:50:46 +03:00
l502_fpga.o
git init of an empty project
2025-06-27 15:12:44 +03:00
l502_hdma.o
firmware is working and compiling! modified cmd L502_BF_CMD_CODE_GET_PARAM (aka f_cmd_get_param()). Added param 87, which returns specific number 0xADEF (decimal 44527).
2025-06-27 17:50:46 +03:00
l502_init.o
git init of an empty project
2025-06-27 15:12:44 +03:00
l502_params.o
firmware is working and compiling! modified cmd L502_BF_CMD_CODE_GET_PARAM (aka f_cmd_get_param()). Added param 87, which returns specific number 0xADEF (decimal 44527).
2025-06-27 17:50:46 +03:00
l502_sport_tx.o
git init of an empty project
2025-06-27 15:12:44 +03:00
l502_stream.o
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
l502_tests.o
working ADC and SPORT0 interface. Some SPORT0 data can be obtained by 0x8006 command.
2025-07-02 15:45:45 +03:00
l502_user_process.o
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
l502-bf_basiccrt.o
git init of an empty project
2025-06-27 15:12:44 +03:00
main.o
firmware is working and compiling! modified cmd L502_BF_CMD_CODE_GET_PARAM (aka f_cmd_get_param()). Added param 87, which returns specific number 0xADEF (decimal 44527).
2025-06-27 17:50:46 +03:00