I have a project that does PRINTF and getchar using semihosting. The system works well with MCUXpresso tools from NXP. When i try do load and debug the executable in Ozone, I run into a weird issue.
When i hit enter key, the MCU get 0 as input (not 0x0D) as expected. I tired different options in terminal window (like newline input termination format etc etc). Am I missing something ?
When i hit enter key, the MCU get 0 as input (not 0x0D) as expected. I tired different options in terminal window (like newline input termination format etc etc). Am I missing something ?