12-15-2010 06:45 AM
Hi Jens,
I hope you'll succeed and if you do please post the solution, it still interests me.
Regards,
Mihai
01-14-2011 10:23 AM
Hi Mihai,
I now have a port that works (sort of, I'll explain further down) thanks to NI support!
The problem was that the Real-Time Agent support was missing. I followed most of the steps in chapter 5 of the porting guide but some of the code that was in there I had to remove or it wouldn't compile. I've attached my RTX_Config.c with the RTA-stuff in it.
For me this made it possible to run my LV code using the ULINK/JTAG. However the reset doesn't work as it should. If the reset button is pressed (or if you power cycle the board) the application won't restart. This also makes it impossible to program and start the application via the serial port (programming works but it won't start up).
I don't know if the reason is the missing pieces of code from ch 5 (those that wouldn't compile) or if there's some memory mapping issue. I've decided not to pursue this any further since it probably will take a while to get to a complete port. We've decided to go with the LPC2378 instead since it's fully supported.
If you (or any one else reading this) should decide to have another go and manages to solve the reset/restart issue I would be really grateful if you could post the solution here.
Regards,
Jens