Hi,
I am using CCES 1.0.2 on Blackfin BF533 under Windows 7
I have imported a LCD graphics library that drives a LCD screen over the Blackfin SPI interface -- Using Adafruit_GFX.h and Adafruit_ST_ST7735.cpp files
Things work perfectly on the screen except I get
three error messages -- Warning: Address 0x8001BE0 does not exist in the memory map before I reach main
and additional error messages -- Warning: Address 0x8001BE0 does not exist in the memory map before I reach main with each breakpoint I insert in the code
Note -- I am not using any functions from the graphics library, just loaading them into memory -- and I still get the error message
The fact that I get the error message at each breakpoint suggests something associated with the JTAG interface
I have looked through the map file -- see nothing at this location
Any suggestions of how to track down and fix?
I can zip up the files and upload them -- you would not need the LCD screen if you did not want to see pictures
Thanks
Ed
One of Dr. Smith's summer students from University of Calgary, Canada