Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • 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 ?

  • I have imported an NXP MCUXpresso project into SES. Import went ahead fine, but compiler gives error '.syntax divided' arm assembly not supported How can I get around this ? I like to start the projects with MCUXpresso since it gives all the clocks, pins and MCU configs. I use Jtrace for debug and I feel SES and Ozone will be a good match with my Jtrace. Any leads on '.syntax divided' arm assembly not supported is highly appreciated. Thanks