Hi,
LPC1768 is connected to the underside chip LPC2138 for downloading, semihosting, serial to USB
I have measured with oscilloscope
1) JTAG lines are active and data is passed every 10ms. This is happening continuously! NEVER STOPS
2) Reset when activated is LOW for 250ms then HIGH for 25ms then LOW 25ms and finally is HIGH
3) Reset is not activated when the reset-button is pressed if [the JTAG lines are not connected from LPC2148 to LPC1768]
It seems that large mbed program DO NOT RUN on a LPC1768 board other than mbed.
It only RUN if it is reset by LPC2148 connected with JTAG and RESET to target LPC1768.
If LPC2148 is disconnected and Power is OFF then
Program does not RUN or it RUNS partially (USB file can not open)
Is it the above RESET pattern that needed
Or, is it something hidden in the mbed library that has to 'see' the
LPC2148 of the mbed-board?
I checked the case that the RESET pattern could solve the issue,
NO, I replicated the above RESET-pattern, no difference!
OR it could be that LPC1768 stays in something like debug-mode?
Hi,
LPC1768 is connected to the underside chip LPC2138 for downloading, semihosting, serial to USB
I have measured with oscilloscope
1) JTAG lines are active and data is passed every 10ms. This is happening continuously! NEVER STOPS
2) Reset when activated is LOW for 250ms then HIGH for 25ms then LOW 25ms and finally is HIGH
3) Reset is not activated when the reset-button is pressed if [the JTAG lines are not connected from LPC2148 to LPC1768]
It seems that large mbed program DO NOT RUN on a LPC1768 board other than mbed.
It only RUN if it is reset by LPC2148 connected with JTAG and RESET to target LPC1768.
If LPC2148 is disconnected and Power is OFF then
Program does not RUN or it RUNS partially (USB file can not open)
Is it the above RESET pattern that needed
Or, is it something hidden in the mbed library that has to 'see' the LPC2148 of the mbed-board?
I checked the case that the RESET pattern could solve the issue,
NO, I replicated the above RESET-pattern, no difference!
OR it could be that LPC1768 stays in something like debug-mode?