STM32CubeMX (MPUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! 'ADC1' undeclared and 'ADC1_COMMON' undeclared

Hello, I am trying to create a new STM32 baremetal project for STM32MP131Axx. Errors occurred when to build the project that ADC2 is enabled by using STM32CubeMX.'ADC1' undeclared (first use in this function); did you mean 'ADC2'? stm32mp13xx_hal_adc...

it3 by Associate II
  • 251 Views
  • 1 replies
  • 0 kudos

Resolved! undefined reference to `HAL_NVIC_SetPriority'

Hello, I create new STM32 project for STM32MP131AAG3 with baremetal. I encounter the following errors when to build the codes of DMA generated by STM32CubeMX.undefined reference to `HAL_NVIC_SetPriority'undefined reference to `HAL_NVIC_EnableIRQ'stat...

it3 by Associate II
  • 334 Views
  • 1 replies
  • 0 kudos