No source available for

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

No source available for

511 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by rraducu on Tue Dec 23 11:01:13 MST 2014
Hi,

I am trying to debug the FreeRTOS_UDP_Demo on lpc1830 eval board. Project compiles correctly but when i try to enter debug mode, it keeps giving following error: No source available for "0x1a0001ac" . I get a similar error when i try to debug any example project from the lpcopen_2_12_lpcxpresso_ngx_xplorer_1830.zip . However, when i debug any project which i create myself it works without a problem.

I went through the project properties and there does not seem to be any obvious difference between the new projects which i create and the example ones. I've also found a few related issues on the forum but their suggestions did not solve my issue.

Any suggestions on how to solve this issue, please?

I am using latest version of LPCXpresso.

Thanks!
0 Kudos
5 Replies

449 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by rraducu on Tue Jan 06 07:11:14 MST 2015
Yes, I managed to figure this out.

Thank you!
0 Kudos

449 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Wed Dec 24 02:06:30 MST 2014
Check that you really have an LPC1830 fitted to the board. AFAIK there are two variants of the board; one with and LPC1830 (flashless) fitted and another with and LPC1837 (flash) fitted.

I just tried some LPCOpen examples as you suggested:
[list]
  [*]With an LPC1830 target, it works
  [*]With an LPC1837 target, I get the 'No source available' error. This is because the memory map is different...
[/list]
0 Kudos

449 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by R2D2 on Tue Dec 23 17:42:21 MST 2014

Quote: rraducu
Any suggestions on how to solve this issue, please?



What's in 0x1a0001ac? That's Flash bank A...

Perhaps a library function without debug informations?
0 Kudos

449 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by rraducu on Tue Dec 23 14:25:26 MST 2014
I'm building it in debug mode. Not release.

The project is the same as it was released by NXP, i did not make any modifications to it.
0 Kudos

449 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Tue Dec 23 12:30:07 MST 2014
Debug vs release?

Suggest you post your project.
0 Kudos