I have a couple motherboards that were given to me because of bad flashes. These boards use spi flash chips, mainly sst25vf080B and mx25l8005 chips. These are low voltage parts.
delay_ms(1.5);
Download the latest compiler manual.
http://www.ccsinfo.com/downloads/ccs_c_manual.pdf
Read the section on how to use the delay_ms() function. What does
it say about the paramet ...
I'm trying to write a program that will send out a stream of pulses based on values stored in an array. The lines at the very end are so I can distinguish the pulse start/end on a logic analyzer.