LPCXpresso 1769

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LPCXpresso 1769

901件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by bent on Fri Mar 23 05:28:30 MST 2012
I got some problems with passing the code into the LPCXpresso 1769, so I hope you can help me figure out them.
My problem is I downloaded the source code of FatFs sample project for LPCXpresso 1768, but I don't have it. So, I decided to use LPC 1769 instead, but when I try to pass the code into LPC 1769, I always get the error:

          Error stopping at main
          Reason: Target request failed: Function "main" not defined

If anyone knows it, pls help me!:)
Here is the link for the source code:
http://elm-chan.org/fsw/ff/00index_e.html
(the FatFs sample projects)
0 件の賞賛
返信
2 返答(返信)

879件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by bent on Fri Mar 23 18:53:09 MST 2012
Oh yeah, thank you very much. You are super!:)

Now, I can debug completely, but in the debug window it still appears the warning:
   MCU GDB Debugger (3/24/12 9:42 AM) (Suspended)
     Thread [1] (Suspended: Signal 'SIGSTOP' received. Description: Stopped (signal).)
         1 <symbol is not available> 0x00000028
Is this warning affect my program in the LPC?
0 件の賞賛
返信

879件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Fri Mar 23 16:06:43 MST 2012
By default the LPCXpresso IDE tries to set an initial breakpoint when it loads your application on the function [FONT=Courier New][SIZE=2]main()[/SIZE][/FONT]. It sounds like your application does not have such a function (though this is rather unusual!!!!), so you are getting this error.

You can change this initial breakpoint though. For more details see the FAQ:

http://support.code-red-tech.com/CodeRedWiki/InitialBP

Regards,
CodeRedSupport
0 件の賞賛
返信