Hello Isaac Avila,
I would appreciate some help in an issue I am facing.
I have changed my license of IAR to the fully licensed one, the one that doesn't have any limitations on code size or time of use.
I initialized an array of size 2000, and set my code to sequentially fill it in. It successfully builds and flashes onto the K53 microcontroller.
However, when I try to run it, it takes me to the crt0.s code window, and when I try to run it further, it just loops in that code itself, never actually running my code. This doesn't happen if I use an array of size 1000 - it just flashes, and then runs my code, without ever jumping to the crt0.s window.
Why would this be happening? I even tried it on another person's computer, with a fully licensed version of IAR, and the same thing happened.
Regards,
Samyukta