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
0ddc00750c84239055c110dee6aec877a126e0c9
E502_ADC_BFfirmware
/
build
/
release
History
Theodor Chikin
0ddc00750c
old commented mess was deleted. Implemented SEMITRANSPARENT (puts data to the TX_buff and then sends it) and TRANSPARENT (sends data by hdma directly) modes
2025-10-02 16:22:38 +03:00
..
.dep
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
bin
old commented mess was deleted. Implemented SEMITRANSPARENT (puts data to the TX_buff and then sends it) and TRANSPARENT (sends data by hdma directly) modes
2025-10-02 16:22:38 +03:00
lst
old commented mess was deleted. Implemented SEMITRANSPARENT (puts data to the TX_buff and then sends it) and TRANSPARENT (sends data by hdma directly) modes
2025-10-02 16:22:38 +03:00
objs
old commented mess was deleted. Implemented SEMITRANSPARENT (puts data to the TX_buff and then sends it) and TRANSPARENT (sends data by hdma directly) modes
2025-10-02 16:22:38 +03:00