Posted on January 30, 2015 at 13:09
Hey Everyone,
I'm using an STM32F405 on a custom board with the STM32CubeF4 library. Whenever I enable the TIM4 peripheral, the TIM4->DMAR register automatically changes from 0 to 1. This is causing th...
Posted on April 17, 2015 at 03:20Why not use another GPIO as your chip select? In other words, ignore the hardware NSS pins, configure any other pin as GPIO Output PushPull, then toggle as needed to select the slave.
Posted on February 03, 2015 at 04:54Are you talking about TIMx_DMAR? I never manually change TIMx_DIER, although that register is changed indirectly through the HAL_TIM_Base_Start_IT() function.You're right, I don't understand the TIMx_DMAR register...