User Activity

Posted on November 09, 2017 at 21:04Using the STM32F413 Nucleo-144 and STM32F091 Nucleo-64 evaluation boards. I am using a combination of HAL_GetTick() and a read of the countdown timer to generate higher resolution time stamps for events. Using the...
Posted on October 26, 2017 at 18:54I would be nice to have access to the timing features present when using Time-Triggered Mode on the CAN modules. Specifically the RDTR and TDTR registers. Additionally, why not simply make copies of the registers a...
Posted on September 14, 2017 at 18:02Using CubeMX 4.21.0I have  GPIO that is attached to an EXTI interrupt. (Pin Configuration page)On the NVIC Configuration page, the EXTI interrupts are EnabledThe EXTI interrupts are checked to generate IRQ handle...
Posted on July 11, 2017 at 17:16I am using the STM32F413 and am trying to use CAN1 and CAN2 in a ring topology (CAN1 sends and if CAN2 doesn't get the message then I know I have a network connectivity failure). I use the latest CubeMX to generate th...