I ran the command: “mbed export -i IAR -m NUCLEO_L4R5ZI”
and got response error: “NUCLEO_L4R5ZI not supported by iar”
However, I was able to compile successfully with command: “mbed compile -m NUCLEO_L4R5ZI -t IAR”
Also, command “mbed detect” returns the following list:
Target | mbed OS 2 | mbed OS 5 | uARM | IAR | ARM | GCC_ARM | ARMC5 |
---|---|---|---|---|---|---|---|
NUCLEO_L4R5ZI | Supported | Supported | Supported | Supported | Supported | Supported | - |
NUCLEO_L4R5ZI_P | Supported | Supported | Supported | Supported | Supported | Supported | - |
Supported targets: 2 |
Is there a fix for this?