Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi,
Simple question. My target board is using LPC1768 micro. I've decided not to use JTAG pins so on production board every pin related to JTAG is grounded (pull down) to according to FCC rules. I have noticed that my program working on production board is behaves very strange. Program compiles , no error but after transfer to board (isp + flash magic) nothing happen and everything seems to be freezed(I have set a ligh on one of diode in first line after main()). My question is if there is a interference between JTAG in such configuration (does its possible to simply pull-down w/o pragmatically disabling JTAG feature). Same program run fine when its run on mbed board + same peripherials. Please help.