Loading...
 
Skip to main content

System Workbench for STM32


Giving Large inputs to Code

HI ,
I am doign some heavy data processing algorithm testing on STM32.I need to test the algorithms by sending raw data (in string form) to STM32.The data is too big that it cant be incorporated inside the flash.Is there a way I can provide inputs (test data) read frm a text file (placed on my development PC)and send the data to a particular function in SystemWorkBench?
Thanks in advance !
Rgds,
S

I would use UART and Tera Term on PC. Tera Term has a very good script language, that could be used for open the data file, wait for a symbol from UART and send data in a loop.