Hello All,
My problem is that the attached code, compiled on my Linux computer, used to work but now causes the Teensy 4.1 to constantly reset.
Teansy 4.1 core = 411FC271
Power-up Sequence
Teansy 4.1 core = 411FC271
CPU Lockup or Software Reset
I am relatively certain that the problem is with my laptop, as the code works on another colleague's computer without resetting, but I’ve no idea how to fix it.
I have attached the code, but not the FreeRros as it was too big, and the Arduino start-up statements.
Any help would be greatly received.
regards,
Ray
I couldn't attach the FreeRtos.zip as it was too large. The properties of the version I'm using are as shown below
name=FreeRTOS
version=10.4.3-8
author=Richard Barry <info@freertos.org>
maintainer=Phillip Stevens <phillip.stevens@gmail.com>
sentence=<h3>FreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).</h3>
paragraph=The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.
category=Timing
url=https://github.com/feilipu/Arduino_FreeRTOS_Library
architectures=*
license=MIT
includes=Arduino_FreeRTOS.h
======================= It didn't like the .odt file either =======================
aygray@MORCHEBA:~$ uname --kernel-name --kernel-release --machine
Linux 5.4.0-195-generic x86_64
raygray@MORCHEBA:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
My problem is that the attached code, compiled on my Linux computer, used to work but now causes the Teensy 4.1 to constantly reset.
Teansy 4.1 core = 411FC271
Power-up Sequence
Teansy 4.1 core = 411FC271
CPU Lockup or Software Reset
I am relatively certain that the problem is with my laptop, as the code works on another colleague's computer without resetting, but I’ve no idea how to fix it.
I have attached the code, but not the FreeRros as it was too big, and the Arduino start-up statements.
Any help would be greatly received.
regards,
Ray
I couldn't attach the FreeRtos.zip as it was too large. The properties of the version I'm using are as shown below
name=FreeRTOS
version=10.4.3-8
author=Richard Barry <info@freertos.org>
maintainer=Phillip Stevens <phillip.stevens@gmail.com>
sentence=<h3>FreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).</h3>
paragraph=The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.
category=Timing
url=https://github.com/feilipu/Arduino_FreeRTOS_Library
architectures=*
license=MIT
includes=Arduino_FreeRTOS.h
======================= It didn't like the .odt file either =======================
aygray@MORCHEBA:~$ uname --kernel-name --kernel-release --machine
Linux 5.4.0-195-generic x86_64
raygray@MORCHEBA:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal