Important update: Arm Announces End of Life Timeline for Mbed. This site will be archived in July 2026. Read the full announcement.
Compiler Error 322
Object of abstract class type is not allowed.
Most likely is indicating that the object you are creating has virtual functions which have not yet been implemented. Make sure all purely virtual functions defined in this or parent classes have an implementation.