Help with building your Speeduino, installing it, getting it to run etc.
User avatar
By R42BUG
#62817
Hi, I need help to add new core to firmware, I plan to test the SparkFun Teensy MicroMod, uses the IMXRT1062 processor same as Teensy 4.1 but have different pins assigment an some pins are not available, if I compile firmware for Teensy 4.1 get errors for some pins not declare in scope, If I change asigned pins for Teensy 4.1 to a valid pin for MicroMod, firware compile fine, but I want to add MicroMod board to the firmware instead of manually change pins. For Teensy 4.1 firmware have some lines in code to determinate the board, somethink like: #if defined(CORE_TEENSY)&& defined(__IMXRT1062__) the problem is MicroMod use the same processor, My question: is any way to differentiate the MicroMod from regular Teensy 4.1.
Arduino IDE differentiate boards (IMXRT1062)with this lines:
defined(__IMXRT1062__) && defined(ARDUINO_TEENSY40)
defined(__IMXRT1062__) && defined(ARDUINO_TEENSY41)
defined(__IMXRT1062__) && defined(ARDUINO_TEENSY_MICROMOD)

My main concern currently is the fuel pump priming[…]

blitzbox

12v is unusual. You could probe it using 5v and se[…]

Hello to everyone! I am starting this thread beca[…]

STM32 development

Do you mean the "full clean" com[…]

Still can't find what you're looking for?