Compiling for the 18F252, you can't use the MPASM !!!!!!!
The error occurs, because you are using numbers (or calculations) which are bigger then 16 Bits !
Check your source (or look in your .lst-file for the error) for this big number.
Compiling for the 18F252, you can't use the MPASM !!!!!!!
The error occurs, because you are using numbers (or calculations) which are bigger then 16 Bits !
Check your source (or look in your .lst-file for the error) for this big number.
PBP 2.50C, MCS+ 3.0.0.5, MPLAB 8, MPASM 5.14, ASIX Presto, PoScope, mE mikroBasic V7.2, PICKIT2
BigWumpus thank you for your help. I found the error and it works just fine now. It was my sampling rate and it was set for like 99000. I must have edited my code after a late night at the bar. I hate those errors that are vague and send you looking in all the wrong places.
Bookmarks