Hello Hendrik,
Thank you very much for your quick reply. Just to clarify, for the third method, I just have to send the UU-encoded data through the wireless device to the LPC1769 and pull the respective pins in the cookbook and I should be able to boot the LPC1769? Will I require any other hardware other than the LPC1769?
I have come across FreeRTOS, which I believe is a mini-OS that can be run on the LPC1769. Can FreeRTOS be used to handle the flashing? What i thought of was:
1) Run the current firmware using FreeRTOS
2) If there is a new firmware, send an interrupt to RTOS, which will then pull the new binary onto LPC1769
3) Flash the new binary onto a sector different from the current firmware
4) Reboot the FreeRTOS and tell it to run the newest firmware
May I know if this can be done?
Thank you very much for your time and help! I really appreciate it =D
Hello,
I am working on the NxP LPC1769 and am hoping to reuse my code that I have written for the mbed.
1) Firstly, are the mbed codes compatible with the LPC?
2) If so, may I know how I can map the pins on the LPC1769, for example the P0[0], to an equivalent for the mbed code?
3) Lastly, can I simply compile the mbed code using the online compiler then use the LPCXpresso to flash the binary onto the LPC?
Thank you very much in advance!