Dear all,
We have a program that works/prototyped perfectly fine on MBED. Next step for us is to have the same program running on our own dedicated PCB which uses a LPC1769. The electronic layout is exactly the same as the LPCXpresso board.
From the different MBED forum topics I understand that it should be possible to run exactly the same MBED program on the LPC1769 as well. So we take the .bin file and use the LPCXpresso's IDE to flash our .bin to the LPC1769.
We notice that the initialization part of the program works just fine. However, when we try to get it to do some other stuff it becomes unresponsive.
Question 1: to solve this I exported my MBED program for the LPCXpresso IDE Code Red suite and imported it in the suite. Now I want to build and flash it from within this suite. However, I notice that I now get all kind of errors when trying to build, while the MBED compiler was just fine. How can this be? Is this a build setting in the suite?
Question 2: Should I worry about these errors occurring in the Code Red suite or should directly flashing the .bin file as compiled in the MBED online compiler still work just fine.
Question 3: any other ideas where to look for the problem?
Thanks,
R
Dear all,
We have a program that works/prototyped perfectly fine on MBED. Next step for us is to have the same program running on our own dedicated PCB which uses a LPC1769. The electronic layout is exactly the same as the LPCXpresso board.
From the different MBED forum topics I understand that it should be possible to run exactly the same MBED program on the LPC1769 as well. So we take the .bin file and use the LPCXpresso's IDE to flash our .bin to the LPC1769.
We notice that the initialization part of the program works just fine. However, when we try to get it to do some other stuff it becomes unresponsive.
Question 1: to solve this I exported my MBED program for the LPCXpresso IDE Code Red suite and imported it in the suite. Now I want to build and flash it from within this suite. However, I notice that I now get all kind of errors when trying to build, while the MBED compiler was just fine. How can this be? Is this a build setting in the suite?
Question 2: Should I worry about these errors occurring in the Code Red suite or should directly flashing the .bin file as compiled in the MBED online compiler still work just fine.
Question 3: any other ideas where to look for the problem?
Thanks,
R