4 years, 6 months ago.

When I compile HelloMQTT over mbed-cli, I get a lot of similar errors? Where is MDMTXT ?

/media/uploads/salihkarademir/screenshot_from_2019-10-20_23-13-03.png

1 Answer

4 years, 5 months ago.

Hi Muhammed,

Which platform are you using?

MDMTXD and MDMRXD should be defined in mbed-os\targets\[Your target]\PinNames.h, you can check if you target already define them. If not, you can defind them in mbed_app.json

Regards, Desmond