7 years, 5 months ago.

MxChip Board Support

Hi there,

Is there support for the unit AZ3166 IoT Development Kit board? The main control unit EMW3166-a low power consumption Wi-Fi module developed by MXCHIP with DAP Link emulator is a Cortex-M4 core at 100MHz. The website for the board alludes to the fact that the board is ARM Mbed enabled but I can't find it as one of the board resources for the online compiler.

Thanks,

Mark Gillen

1 Answer

7 years, 5 months ago.

Hello Mark,

I am not sure about the online compiler, but there is support available using the mbed CLI offline compiler. The target name for the board is "MTB_MXCHIP_EMW3166". Therefore you can compile your program with the following command:

mbed compile -m MTB_MXCHIP_EMW3166 -t ARM

You can also view files for EMW3166 on the Arm mbed github:

https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F412xG/TARGET_MTB_MXCHIP_EMW3166

Hope this helps!

-Karen, team Mbed

If this solved your question, please make sure to click the "Thanks" link below!

Accepted Answer

Perfect! That's precisely what I was looking for.

posted by Mark Gillen 26 Jun 2018