STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Memory protection around location 0

Posted on February 28, 2017 at 19:57I've been putting together an article on DMA and one of my examples uses DMA to CRC the Flash memory array of a '407 processor.In comparing the speed of DMA to iterative assignment, I found that DMA will succeed i...

HAL I2C example from I2C_TwoBoards_ComIT

Posted on February 28, 2017 at 18:59I am having trouble following the example code as given for the CubeMXHow does it not get stuck in the while(1) loop in the main function? I understand that it is an interrupt, but the only thing that the function...

achin by Associate II
  • 561 Views
  • 1 replies
  • 0 kudos

CubeMx problems with USER CODE SECTIONs

Posted on February 26, 2017 at 04:16HII am using Cube32MX for the implementation of a USB Host + Fatfs to work with a pendrive connected to a stm32f407, generate code for SW4STM32 but in the usb_host.c file generated by Cube32MX the following appear...