I tried to download my program onto the MCB4300 eval board with a Ulink2 adapter and received the error 'Flash Timeout. Please Reset Target and Try Again.' This is followed by a message 'Flash Download failed - Cortex M4'. In the output window, it says 'Erase Failed'.
Even after resetting the target, the issue was not resolved. What may be causing this issue?
Thanks in advance!
It turns out that I needed to include an ini file under the Utilities tab of Options for Target as well. I only had it in the Debug tab. Plus, there was an issue with my ini file. Everything worked when I used the Blinky project ini file.
The issue is resolved now. Thank you though!