Commit Graph

13 Commits

Author SHA1 Message Date
c1d0f32e6b implemented FLOOD mode for speed measurement of HMDA. But now HDMA streams fails in any mode... 2025-09-16 17:10:21 +03:00
03cd22ef4b backup 2025-09-16 13:23:11 +03:00
99cc783f82 fixed transmitting to PC via HDMA. Clue: copy data to shadow array and check if it was sent via hdma_send_done() 2025-08-13 18:27:27 +03:00
d446e010f8 implemented transparent mode and simplest AVG mode: no average, identical to transparent 2025-07-22 17:45:22 +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
f19d963f09 working processing and transferring data to PC via TX_buff. TX_buff is still limited in size because it is located in a small L1, not in SDRAM 2025-07-17 19:08:56 +03:00
25742203e9 Succesfully transmits adc data to PC 2025-07-02 18:53:27 +03:00
9f7a38581f working ADC and SPORT0 interface. Some SPORT0 data can be obtained by 0x8006 command. 2025-07-02 15:45:45 +03:00
9d2fb6760b implemented BF_exec_cmd_simple() and BF_exec_cmd_with_arr() functions 2025-07-01 17:35:48 +03:00
d3d10dabaf successfully executing multiple user commands 2025-06-27 19:16:51 +03:00
a86de4eece successfully executing user cmd from file l502_user_process.c 2025-06-27 18:25:44 +03:00
63d839924e 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
c73ead2643 git init of an empty project 2025-06-27 15:12:44 +03:00