One, the phenomenon
br>
Second, the reason why
No Algorithm was found for: 08001000h-0800FFFFH, which means that the program size has exceeded the space address of 08001000H. So it’s an error
3. Solutions
One, the phenomenon
br>
Second, the reason why
No Algorithm was found for: 08001000h-0800FFFFH, which means that the program size has exceeded the space address of 08001000H. So it’s an error
3. Solutions
ah
Defining too many global variables
【 Solution 】
Change some unnecessary global variables to local variables
When I just contacted the CCS compiler and created a new test project, the following error occurred:
error #10234-D: unresolved symbols remain
If some of the system’s declared function calls fail.
Solutions:
Right click engineering -& GT; Properties-> Build-> ARM Linker-> File Search Path, add driverlib.a link:
“${CC3200_SDK_ROOT}/driverlib/CCS/Release/driverlib.”