Hi,
I'm working with a TMS570HDK. I hope the question will not seems too trivial. This two screenshot explain the question. The project is an empty one build with HalCoGen (no drivers enabled, no code added except what's visible in the screenshot):
A uint32[4608] array defined inside the main lead to memory errors.
In the second screenshot the TX_DATA is defined at global scope and now run flawless.What's wrong in allocating a uint32[4608] array inside the main? There's some stack size limit?I've found nothing about in the TRM or in the datasheet. Where this kind of limits are documented?
Thank you

