I've just tried modifying any RT-Druid demo with the code below, and the same error always occurs:
Code: Select all
TASK(TaskLedBlink)
{
int a = 2;
float b = 1.99;
STM_EVAL_LEDToggle(LED4);
b = (float) a;
}
Can anyone try to implement that code and confirm to me that I'm the only one getting this problem?
Thanks.