-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QRSS mode crash - Funtronics FK-11 hardware #125
Comments
After checking the code it seems that the There is two other problems : the reported dit lenght is wrong, forgetting an ascii string to decimal conversion, and after entering the \q command there is no more serial echo, so we do not see the entered value. I'm working on modified code. First compilation checks are confirming my first finds. |
Here is a working dirty code modification (dirty because it does not take into account hardware serial ports definitions). There is still a watchdog reset problem if return is not pressed 4 seconds after the \q command. I will leave that to someone that better master the code. Other problems have been corrected. `void serial_qrss_mode() while (looping) {
// primary_serial_port->write("numberindex:"); if (error) { |
Each time i try to switch to QRSS mode in CLI, i get a crash and reboot after the watchdog timer. If i disable the avr watchdog function, then the AVR crash and does not reboot.
This exhibit using the latest github version. Does not seem related to this particular version because the original firmware i had on the FK-11 board was a couple years younger and had the same crash problem when enabling QRSS.
The text was updated successfully, but these errors were encountered: