matherp Guru
 Joined: 11/12/2012 Location: United KingdomPosts: 8034 |
Posted: 05:12pm 13 Sep 2022 |
|
|
|
It is not possible to provide any useful input from the information above. I suggest you place an "END" statement soon after the beginning of the code and then move it down the code until you find what is triggering the error. The previous issue you reference was unrelated. Make sure you are running the latest beta so we have a common point of reference. If you are using interrupts make sure that the interrupt cannot fire until any data or I/O used in the interrupt is properly initialised. Enabling interrupts should always be the last thing you do before entering the main program. Edited 2022-09-14 03:20 by matherp |