Hi,
I would like to run Embedded C on AM3352, what are some compilers I could use that are small in size. I am planning on not having external memory and deciding to just use the on-chip memory that is provided by the chip. So I need the compiler to be small. Also, how can you split the on-chip memory such that certain blocks of it is used for the C program and certain blocks are used to store data from sensors?
Thanks