We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi I was asked to look into the possibility of running a set of cpython programs on our ARM cortex M3 using the CMSIS RTOS. Right now the system collects sensor data and downloads it to a PC where it is processed into digital signal images. This is a slow process and they would like to be able to do this data processing on board the ARM processor.
I do not have any experience with cpython or python and have just started to look into it. I am hoping the it is simply python with a C wrapper around it that I can compile and link with the existing code.
Has anyone every attempted to do something like this?
I would really appreciate any ideas or suggestions you may have about how I can/should approach this issue.
Steve