danieleff / STM32GENERIC

Generic implementation of Arduino for STM32 boards

Home Page:https://danieleff.github.io/STM32GENERIC/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undefined reference to `pulseIn'

Porokhnya opened this issue · comments

Hello!

Trying to compile for STM32F407VET6 black board - and get the following error messages:

undefined reference to pulseIn' undefined reference to shiftOut'

By investigating the Arduino.h file I found the declaration of pulseIn and shiftOut, but can't find any implementation of these functions.

What I'm doing wrong?

try different core [stm32duino/Arduino_Core_STM32]