Yes I have. I get the same thing every time on my BSP.
So I built a processor expert project instead as a test. Its very simple, based on the QSPI example. It runs perfectly on the tower board. When I run it on my board, I get the same error as with MQX, the Address Error exception. The error happens at the RTS instruction at the end of the __initialize_hardware() routine that processor expert inserts.
Since the code runs fine on the 52259 tower board, I assume there must be some kind of hardware problem on my board, but I cant figure out what it could be. Can you think of any hardware problem that would cause this? I read the section in the RM that describes the address error exception, and it seems to refer to misaligned bytes. However, since the code runs on the tower board without errors, this cant be the problem. What else might cause this exeption. Is the fact that it happens on the first RTS an indication that the stack is the problem?
Thanks for any help!
--Byra