When debugging, printf directs to the debug terminal - the app seems to function
When I build a release version I need to comment out printf otherwise the app will freeze
How can I redirect printf output to the com port so as to prevent this?
How is stdio set in the ses environment?
(I am using a JLINK Edu with a Nordic development board to develop an app using a UART for serial comms)
Many thanks for any help
Rob
When I build a release version I need to comment out printf otherwise the app will freeze
How can I redirect printf output to the com port so as to prevent this?
How is stdio set in the ses environment?
(I am using a JLINK Edu with a Nordic development board to develop an app using a UART for serial comms)
Many thanks for any help
Rob