STM32WB55 User Manual RCC register is missing bit 18????
I am trying to incorporate the X-Cube-EEPROM package into an existing STM32WB55 Nucleo design that I have. In the process one of the compile errors refers to an RCC bit:
'RCC_CR_HSEBYP' undeclared (first use in this function); did you mean 'RCC_BDCR_LSEBYP'?
Your stm32wbxx.h file within the CMSIS/Device/ST/STM32WBxx/Include folder calls out the RCC_CR_HSEBYP as bit 18.
This bit doesn't even exist in the manual....What kind of code is this???
This is VERY subpar.
