User Activity

Hello to the forum. I would like to start working with stm32wb55, due to its low consumption and also because it has the BLE protocol. However, I cannot find how to implement and link the cpus. I ask if anyone knows where I can get simple and practic...
Good afternoon to all forum members. I have a problem with stm32wb55 and i2c protocol. I use i2c (hi2c3) with the connected peripherals Ad7746, adxl345, mcp9808 and they work fine, but if I join fram MB85RC256v, with the write/read in the routine I w...
/* RTC init function */static void MX_RTC_Init(void){ /* USER CODE BEGIN RTC_Init 0 */ /* USER CODE END RTC_Init 0 */ RTC_TimeTypeDef sTime; RTC_DateTypeDef DateToUpdate; /* USER CODE BEGIN RTC_Init 1 */ /* USER CODE END RTC_Init 1 */   /**Initialize...
I need to make a device that communicates (modbus) with a product that uses the rs232 protocol, with 7 bits and 2 stop bits. I use CubeMx and HAL libs. There is some process to do this. As is known in STM32, only have 8 and 9 bits in length.
Kudos from