User Activity

I have a system in which the power source to the CAN transceiver interfaced to the on-chip CAN peripheral is common between multiple MCU's vis-a-vis a connector. I have experienced issues wherein if the connection is broken and then re-connected betw...
I generated code using CubeMX that should permit me to transmit over SPI1 using DMA for RX and TX, as well as CPOL = 1 and CPHA = 1. I very slightly modified the auto generated CubeMX code but see nothing in the SPI CR1 or CR2 registers, nor the DMA2...
My project uses multiple different GPIO's configured as EXTI interrupt sources, and there is a point where, after calling the API:HAL_PWREx_EnterSTOP2Mode(PWR_STOPENTRY_WFE)Some different instructions should be executed depending on which EXTI rising...
Hi, I am attempting to enable TIM1 to act as my program's tick timebase as SysTick is being utilized by the FreeRTOS kernel to generate PendSV interrupts. I configured this in CubeMX (Timebase set to TIM1) but I cannot get TIM1 to start ticking. Atta...