User Activity

I am trying to capture input from an external source. Using CubeMX as a guide, I configured timer 3 like this:/* TIM3 init function */ void MX_TIM3_Init(void) { // PC8 ------> TIM3_CH3 TIM_IC_InitTypeDef sConfigIC = {0}; GPIO_InitTypeDef GPIO_...
I have the STM32F769 Discovery kit to evaluate using the F7 for a future project. I want to enable a timer input, so rather than claw through the poorly written examples (for instance, the TouchGFX example doesn't even load onto the chip) I thought I...
I am using the STemWin BASIC_HellowWorld Application.I modified the source code to look like this:void MainTask(void) { char counterstring[128]; int counter = 1; GUI_Clear(); GUI_SetFont(&GUI_Font32_1); while(1) { HAL_Delay(1); ...
I downloaded the IAR IDE and installed it, selecting the time-limited license so there isn't a limit on code size.I downloaded STM32Cube_FW_F7_V1.15.0 and unzipped it.I double-clicked on the Project.eww file in the STM32F769I-Discovery/Demonstrations...
Kudos from