User Activity

I'm trying to write a custom bootloader, so far I've been successful usingAddress = *(__IO uint32_t*) (APP_ADDRESS + 4); jump = (pFunction) Address;   __set_MSP(*(__IO uint32_t*) APP_ADDRESS); jump();however this only worked for a a very simple mai...
Posted on May 14, 2018 at 11:29I'm hoping someone can provide a straight-forward answer as to how I can operate multiple stepper motors using stacked IHM06A1 boards. In example code, the STSpin220 class is initialised as motor = new STSpin220(D2, D8...