Hi all,
I recently aquired a lpcxpresso board (1769), which has still to arrive.
What bother me is that LPC-Link part of that board is closed and only works
with the Code-Red LPCXpresso suite, at least debugging. Even if I activate
that suite, there is still that 128k Flash limit - thats just 1/4 of the flash availabe.
I successfully compiled code for the stm32 with codesourcery lite /arm eabi,
and downloaded + debugged it with whitequark-stlink on a stm32-discovery.
Is anyone aware of a similiar way of doing this for the lpcxpresso ?
Compiling should not be the problem, given I sort out the linker script and
the libs. But using linux, I’m unable to download the code to the board.
Something like Flashmagic.exe (which is Windows only) would be nice,
an gdb server would be even better.
Or is there some way (say - software) to access the lpc1769 on the board
directly via serial bootloader (with limited hardware efforts) ?