User Activity

Hi all,I want to measure the power consumption on my board which has a STM32L431CC. Other than the µC, there is nothing left on the board excepted for an RC filter on the NRST pin, I removed the RTC quartz.Inspired by the example code i found, i wrot...
Hi all,I'm trying to determine how much FLASH memory will be available for my user application. I'm using an STM32WB55RG. I don't do this quite often so I could use some helpI got clues from different sources but i'm not sure which one is correct :Gi...
Hi all,I've got my hands on the STM32WB55 Nucleo pack. I've been trying to test the pre-loaded application first but i wasn't able to make the board and the dongle communicate. So I tried loading an other example project on the board and then I lost ...
Hi everybody,I'm using an STM32F469BI and I'm trying to receive on both Can1 and Can2, and handle messages on both FIFOs. For example, my board can be commanded to wait for messages on CAN1 FIFO0 and CAN2 FIFO0 or CAN1 FIFO0 and CAN2 FIFO1,..So i'm a...