User Activity

Posted on December 28, 2017 at 17:29I'm working with the F7 microcontroller and MXCube v1.8.0 for the uC peripherals configuration. The sdcard interface is configured to use DMA for the RX and TX operations.I can successfully open/close/read files, ...
Posted on November 15, 2017 at 15:42A short background:I have a custom board with two STM32F777 uC on it. The goal is to program one using the other. I'll refer to the one that programs master and the one that being programmed, slave.The master runs...
Posted on July 09, 2016 at 00:10I'm writing code for STM32F4.I'm trying to set interrupt handler for TIM1 which is configured as PWM1 output.The timer itself works, but I'm unable to configure the interrupt handler static void initTimer(void){ TIM_T...