I am trying to use the libary for an STM32 MCU. After stepping the SPI initialization code, I discovered that there are two preprocessor variables for the power pin.
EVE_PD_PORT_NUM=4U mening GPIOD
EVE_PDN_PORT_NUM=4U mening GPIOD
This appears to be wrong.