Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Rvoogd

#1
Hi!

Thanks for your replies. We're using the noTouch code now, works ok!
However I'm still figuring out a circuit which allows to use FlashMagic to enter ISP with the reset pulses. It sometimes happens that a microcontroller can't be reprogrammed by sending a break to start the bootloader. Then the only solution is generating the reset pulses for ISP.

Rens
#2
Question: I'm using FlashMagic via the commandline interface to program 89lpc932A1 ISP.
My circuit with the Philips uProc doesn't allow FlashMagic (via the Keil MCB900 circuit) to switch on the power supply.
The problem is that to enter ISP Vdd must be applied with Reset (/RST) low(before the pulses on /RST are generated). FlashMagic unfortunately first makes Vdd and Reset high!! after which VDD and Reset are low during T1 and Vdd is applied with /RST low during T2.
Is there a way to force FlashMagic not to make /RST high before it is made low during T1?? That would save me from a lot of trouble while I can apply the power supply myself

Thanks!