User Activity

 I'd like to start with that using the STM32CubeIDE and modify from there to get my own code to work. I looked in the example space and there are no code examples for the F3 series. Thank you for all pointers.
Posted on April 30, 2018 at 03:07 I'm using a Nucleo -F722ZE to interface with an FPGA. The instruction and data cache are disabled. I have timer interrupts to set off the DMA at specific times with 128 bytes per transfer. No matter how I set up th...
Posted on December 09, 2017 at 16:43I have set up the FMC with the following:  /* Initialize the SRAM controller */  RCC->AHB3ENR |= 1;  // turn on FMC  BSP_LED_Toggle(LED3);  FMC_Bank1->BTCR[0] = 0X00001081;  FMC_Bank1->BTCR[1] = 0X00070607;/*  ini...
Posted on November 27, 2017 at 03:35Howdy,I just got the NUCLEO-F722ZE board and have played with it enough to know it will be useful for my home project.  I used the http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-softw...