I am trying to write a program to send data serially over UART in Blackfin-526C. I used the UART driver example available in Cross Core Embedded Studio. When I debug the project it shows no error. But when I run the project it shows following error.
A fatal error or exception has occurred.
Description: An instruction CPLB miss has occurred without a corresponding CPLB entry.
General Type: RunTimeError
Specific Type: ICPLBMissWithoutReplacement
General Code: 0x8
Specific Code: 0x321
Error Value: 0x00000000
Error PC: 0x00000000
I went through many threads on this topic in engineer zone. But I couldn't get an ultimate solution. I am a UG student. I need an answer which I can understand with less difficulty.
Thank You in advance.