Writing to SFlash PSoC4

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

   

I am working with the CY8CKIT-042-BLE PSoC 4/PRoC Pioneer Kit. I tried to run one of the example projects ( #29) on writing to SFlash and was not successful. The program seems to go into an infinite loop. In debug mode the program stops at CY_ISR(IntDefaultHandler). I haven't made any changes to the code and I'm not sure how to fix it. Any help will be appreciated.

   

Thanks

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

This is a CPU detected error. Could be caused by a clock not starting or a busted pointer, accessing non-existent flash or ram. Look at the source code where the PSoC stopped, have a look at the call stack and try to find the reason for entering the default handler.

   

 

   

Bob

0 Likes