User Activity

Hi,I am using STM32F746 discovery board. I enabled FreeRTOS task and it is running fine. After I start ADC DMA function by enabling DMA continuous request mode and calling HAL_ADC_Start_DMA(), the RTOS task stops running. The ADC conversion stops the...
Hi,I am using STM32F746NG discovery board. I try to setup 60 micro second delay. With ST-Link debugger, the 60micro second delay is fine. But when I cycle the power, the firmware does not run.When I comment out the delay function DWT_Delay_us(), firm...
Hi,I am using STM32F746G_DISCOVERY board.In the QSPI_PreInitConfig example, how to put const array data to QSPI flash? I try to declare as follows, but cannot pass compiler. error: 'img2' causes a section type conflict with 'GpioToggle'. I notice th...
 Hi,I am using STM32F746G_DISCO board to create different pages for the LCD. I see only one page with 4 tabs project already takes 300KByte flash memory code space. The STM32F746 only has 1MByte flash. So I like to store the LCD graph code related mo...
Hi, In the STM32F746G_DISCO board, FMC_SDRAM example, how to decide these parameters? Which section does it specify from sdram MT48LC4M32B2B5 datasheet? SDRAM_Timing.LoadToActiveDelay   = 2; SDRAM_Timing.ExitSelfRefreshDelay = 6; SDRAM_Timing.SelfRe...