Hi , I’m using NUCLEO-F429Zi and keil studio cloud
While i was using printf
printf("Analog1 : %f \n",AnalogChannel[0]);
can’t working on TERATERM.But i was trying to in mbed-online compiler its working.
printf an integer to not working too but string working.
Can you help me ?
Btw that is not related to any tool what you use, but it is really about the version of MbedOS in your project. So I suppose you have MbedOS 5.15 in Online compiler and MbedOS 6.16 in KeilStudio. That makes the differentiation.