Hi, Bill
Just a stupid basic line :
GOSUB Manual_pauseus_minimum_delay_section '...
Bet your osc is default 4Mhz ...
The only tip :
Insert
@ NOP
.
.
.
.
@ NOP
Alain
Hi, Bill
Just a stupid basic line :
GOSUB Manual_pauseus_minimum_delay_section '...
Bet your osc is default 4Mhz ...
The only tip :
Insert
@ NOP
.
.
.
.
@ NOP
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
The PAUSEUS statement has a minimum time it can delay.
It has to calculate what to do each use at Run-Time.
@ 4Mhz, the delay is 24us
A "1us minimum" delay routine can be found here ...
http://www.picbasic.co.uk/forum/showthread.php?p=22098
Another possibility is corruption of the Pause command from using a Bootloader without ...
DEFINE LOADER_USED 1
( but, nobody ever admits to that one.)
<br>
DT
Bookmarks