You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2022. It is now read-only.
I am using a MSP430FR5969 and work purely in CCS if that does matter. When i am using the backchannel UART to print status updates or something like this about what the controller is doing while using the Coala framework, it prints additional characters not originating from my program. These characters are not printed while using the same code without Coala being used. After powerup and resuming from a previous state it prints 0xff and 0x3f a couple of times and after a while it just prints 0xf0 every few seconds. Here it is shown what i mean:
Can you maybe guide me to where this happens and if i can safely turn it off? Are there maybe other things that gets used which are not necessarily needed for the core function like GPIOs or something like that?