Hi, I'm having some difficulties implementing an SPI communication on the STM32WB55 example "Peripheral Lite". I've started from scratch with CubeMX and a i've set up SPI and UART and obtained a working firmware that correctly communicates with an ac...
We are working on "Peripheral Lite" from STM32WB_FW and we would like to include SPI and UART libraries . We imported this project in STM32 IDE by automatic conversion. Since there is no "ioc" file (CUBEMX) and only a small part of HAL libraries are...
Hello, i'm using ST32 p-Nucleo WB55 and i'm trying to upgrade FUS, latest version. I 'm getting an error (FUS_IMAGE_NOT_FOUND) during the upload phase. This is the code:-------------------------------------------------------------------
...
I checked and they seem to open up fine. Anyway I have uploaded them again.The following code is reffered to SPI initialization:static void MX_SPI1_Init(void)
{
/* USER CODE END SPI1_Init 1 */
/* SPI1 parameter configuration*/
hspi1.Instance = ...
Hi, unfortunately I don't know how to help you as my attempt stopped even before having the temperature sensor working. I am not sure you can combine two different Gatt profiles without creating a new one that contains services from both. I've seen ...
I've tried importing those files (.h,.c) under a new virtual folder inside the project, then adding that directory to the project includes and sources path (Properties -> C++ general -> path and symbols), and finally modifying my main.c adding #inclu...
Hi, i do not have a solution for your problem but i have some difficulties with the fourth MOOC video. Could you send me your code for the temperature sensor?Unfortunately my app stops even before advertising anything. Thank you!