User Activity

Hello,I am interested to use the ITM/DWT over SWD to output trace data and observe structural coverage during test. My debug tool says that the microcontroller must support ITM and DWT. I am using STM32L433CC (LQFP48 package). In RM0394 section 46...
Hello,I am new to BLE and the STM32WB55. I want to get to a point where I can use the Nucleo board (MB1355C) to receive advertising messages which contain data. I was looking at the BLE example repository. I also attended the ST workshop for this m...
I am searching for an MCU with dual Ethernet. Do any of the ST cores have dual ethernet? Thanks in advance.
I am using a Nucleo-32 board to sample 2 ADC channels. I am using the Cube MX and Cube L4 libraries. I am sampling CH1 for a fixed number of samples using DMA. I am using the callback HAL_ADC_ConvCpltCallback to change the ADC configuration to sample...
Hi everyone. I am writing an application which samples 2 ADC channels using DMA triggered by a timer. I have this functioning. I understand these are sequential reads. By this I mean that once the timer triggers ch 1 will sample/convert followed imme...