Hello forum,
I am new to micro controller application development. I need to quickly build an application that does the following. I am trying to describe this at the lowest level of coding needed -->
1. Read in an array of BAYER format image data of size 1 MB
2. Process the pixels to calculate average R/G/B data
3. Make a decision based on (2) above and send an interrupt out of TMS570
Can somebody please tell me, how can I do (1) and (2) above using the TMS570 USB development kit that I'll get next week?
I need answers to questions like -->
1. Where do I store the image array data on my PC and how to make cortex R4 have access to it in the USB development platform?
2. Can I write some high level language (like C) or if I stretch my luck then perl to process this data --> compile this code for cortex R4 --> write it to the on board flash --> run it from TMS570 directly..
Thank you very much..