6 years, 10 months ago.

Is there any sample code available for MAX3263X EV KIT REV 2.0

Hi,

I have MAX3263X EV KIT REV 2.0 development kit. Wondering if there is any sample code available for that? or how to start with mbed doc available? Thanks in advance.

1 Answer

6 years, 10 months ago.

Hi Suraj,

If you look at the mbed-os SDK, you can see it is supported.

https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_Maxim.

This isn't in online compiler yet, so will need to use mbed CLI offline option.

It is located here. https://github.com/ARMmbed/mbed-cli

After installing CLI The commands would look something like this to download a blinky example using lpc1768.

You have now compiled the program, to export follow below

  • $ mbed export -i uvision5 -m lpc1768

You can also export tor GCC if you need to, shown in the documentation .

If you need anything else, let me know

Regards,

Andrea, team mbed

Accepted Answer