Move Electric Mobility

Results 5 issues of Move Electric Mobility

This library appears to not be compatible with the Arduino Giga Microcontroller based on the STM32H747 MCU. If you guys could add compatibility with this popular board it would be...

using these two lines it crashes the board: FlexCAN_T4* can_interface; //To create a pointer to a can interface instance AND can_interface->begin(); //CRASH Any thoughts/fixes?

Just realized the version available to people through Arduino IDE doesn't include the compiler warning fixes as those are 2 weeks after the last version revision. Please release a new...

Under the latest core writing to SDRAM a simple struct of size 1112 bytes aligned to 8 bytes using " __attribute__((aligned(8)));" then reading it back is returning memory bit flip...

Hello everyone! I recently moved from an Arduino Uno Wifi Rev 2 to the Arduino Giga Wifi R1 (STM32H747 based MCU) and this library stopped working, likely because support beyond...