Hi,I'm using the IKS01A3 board on a P-NUCLEO-WB55 board with the example application IKS01A3 DataLogTerminal.Some questions:where is the mapping from GPIO numbers (0 through 15) to pin names on the micro (STM32WB55 in QFN68 package)? I have the boar...
I'm using the P-NUCLEO-STM32WB55 board and programming was working, but it stopped. I didn't change any jumpers, etc. I'm using a USB cable from PC to the ST-LINK connector. The last firmware successfully programmed was the BLE_TransparentMode exa...
Using TeraTerm with 115000, 8, none, oneThe P-Nucleo STM32WB55 shows up as a device on the PC sideI'm new to Bluetooth. Any further debugging suggestions?Thx!
Hi,I'm using STM32CubeIDE 1.4.0 to build an application (BLE Hid) for the P-Nucleo-WB55 board. It's looking for an include file stm32wb55xx.h which is missing. Any idea where to find this file?Thanks,Jim
Hi Eleon,My STM32Cube_FW_WB_V1.9.0 installation doesn't include the MOTENV1 application folder. See the image above.My installation of the MOTENV1 function pack doesn't have a subfolder for the P-NUCLEO-WB55.Do I need to install something else?I will...
Hi Eleon,Thanks for the answer!I will look in MX for the pin configurations. In the image above, for example, PB0 has signal name = GPIO-Output. The code refers to GPIO0: GPIO15. I was hoping to find a reference somewhere in the code from PB0 to o...