You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the branch minidal setting the I2C pins according to the calliope mini pinout [1.X-2.X] results in a hex file that does not run the REPL terminal.
From line 179 of yotta_modules/mbed-classic/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_NRF51_MICROBIT/PinNames.h the updated code would be:
The hex file can be compiled, but the REPL console does not react.
The target reset pin of the microbit happens to be at p19 but also uncommenting the following line does not resolve the issue.
//TARGET RESET
TGT_NRESET = p19,
The text was updated successfully, but these errors were encountered:
In the branch minidal setting the I2C pins according to the calliope mini pinout [1.X-2.X] results in a hex file that does not run the REPL terminal.
From line 179 of
yotta_modules/mbed-classic/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_NRF51_MICROBIT/PinNames.h
the updated code would be:The hex file can be compiled, but the REPL console does not react.
The target reset pin of the microbit happens to be at p19 but also uncommenting the following line does not resolve the issue.
The text was updated successfully, but these errors were encountered: