String initialization in simulation
Posted: Thu Feb 17, 2022 6:14 pm
Just noticed that string initialisation doesn't seem to work correctly in simulation...
So if I declare a variable test as a string with initial value "ABCD" it is empty.
The code generated looks good however - so should work on the MCU...
Just sends "\r\n" to UART in simulation.....
Martin
So if I declare a variable test as a string with initial value "ABCD" it is empty.
The code generated looks good however - so should work on the MCU...
Just sends "\r\n" to UART in simulation.....
Martin