STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32Cube_FW_F7_V1.12.0 may have a bug

In the file \STM32Cube_FW_F7_V1.12.0\Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_pcd.c at line 144 is the instruction:  assert_param(IS_PCD_ALL_INSTANCE(hpcd->Instance))However, I cannot find the macro IS_PCD_ALL_INSTANCE defined anywhere. Note th...

DRuss.5 by Associate II
  • 1702 Views
  • 12 replies
  • 2 kudos

ADC and DMA

Hi,I'm using ADC1 in combination with DMA (One-Shot-Mode). The ADC is used read out a spectrometer (288 pixel). Starting the read function does the following procedure:HAL_ADC_Start_DMA( &hadc1, buffer, 288);Wait for callback: HAL_ADC_ConvCpltCallbac...

NUCLEO-F743ZI FreeRTOS LWIp Problem

Posted on April 19, 2018 at 17:12I'm using CubeMx 4.25.0 to generate the basic configuration for NUCLEO-F743ZI board.STM32 MCU Package for STM32H7 1.20 installed. Default settings are used, FREERTOS and LWIP flags are enabled sys timebase source set...