Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

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.