User Activity

Hello and Happy New Year 2022,I'm using STM32L072, I set SPI1 to be in "Transmit Only Master" mode, and DMA1 as SPI1_TX (DMA1 Channel 3)I use CubeMX to Auto generate my codeThe relevant SPI1+DMA1 line is: HAL_SPI_Transmit_DMA(&hspi1, (uint8_t *)aBuff...
Hello,I'm using STM32WB55 in conjunction with freeRTOS OSI found a very good I2C BARE-METAL working example located at:..\STM32Cube\Repository\STM32Cube_FW_WB_V1.12.1\Projects\P-NUCLEO-WB55.Nucleo\Examples\I2C\I2C_TwoBoards_AdvComITI'm looking for a ...
Hello,I'd like to debug the I2C Master/Slave example located at:..\STM32Cube\Repository\STM32Cube_FW_WB_V1.12.1\Projects\P-NUCLEO-WB55.Nucleo\Examples\I2C\I2C_TwoBoards_AdvComITI have the 2 Nucleo WB55 boards with proper I2C connection, And have a Cu...
In my project I uses 2 LEDs and one Buzzer, all of them based on PWM controlMy current HW implementation is as follow:Led#1 connected to PA.3 - PWM based on TIM2/CH4Led#2 connected to PB.9 - PWM based on TIM1/CH3NBuzzer connected to PA.0 - PWM based ...
Hello,I have a project which contains both: Bootloader (BL) and Application (App.)The BL is based on minimal devices without interrupts, mainly RS485 - and worked Fine!The App. is based on "BLE_PERIPHERAL_LITE" example by ST, with my additional freeR...
Kudos from