LPC23xx red Suite 5 or LPCxpresso IDE

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

LPC23xx red Suite 5 or LPCxpresso IDE

801件の閲覧回数
_ZZ_
Contributor II

Hello everybody,

this might be a bit tricky. 

I have recently started working on a project written by someone else in c for a LPC23xx micro. Unfortunately, he is not accessible anymore and I am on my own. the code is eclipse based either Red Suite 5 or LPCxpresso IDE. it runs freeRTOS and it has lwip functionality in it. 

1. first thing how do I know which IDE has been used for this project? 

2. tried to compile the code in both IDEs but I get some funny errors. it gives error about the syntax that is correct. for instance, "expected while before if", or "expected while before return", or "expected ( before volatile" which is inline assembly function.

this code has been compiled before and it is running in some board on micros though. I downloaded it from a CVS repository and it won't compile. 

thanks for any help. 

タグ(1)
0 件の賞賛
2 返答(返信)

674件の閲覧回数
CarlosCasillas
NXP Employee
NXP Employee

Hi Almasi,

Thanks for sharing your solution with the Community!

Best regards!

/Carlos

0 件の賞賛

674件の閲覧回数
_ZZ_
Contributor II

Found the answer, looking at the linker file could tell what IDE has been used. The funny errors was due to the line spaces where Macros were defined. Checking the proj out from CVS should tick the box unix line option will avoid the spaces between the lines 

0 件の賞賛