9 years, 1 month ago.

How to compile this for weeloop tommy?

What platform should I choose in order to get this compiled correctly so that I can upload it by DFU and see the app running? Tried all platforms that uset nrf51 but none of them have pin P0_31 defined. Base addresses were probably also incorrect.

Question relating to:

Simple demo using sharp lcd and weloop tommy pinout

1 Answer

9 years, 1 month ago.

Hi,

you have to define it in board config or in main file, mbed was ported for dev boards that are using QFN package and there's no P0_31 but weloop is using WLCSP package and there is one additional gpio pin.

Accepted Answer