Question
CubeMX F3 bug
Posted on January 23, 2016 at 15:27
CubeMX: 4.12.0
STM32Cube_FW: F3_V1.2.0MCU: Stm32F303VCT(stm32-f3-discovery)I configure OPAM4 to ''PGA not connected'', Non-inverting input is configured to PB11.Cube generates code: hopamp4.Init.NonInvertingInput = OPAMP_NONINVERTINGINPUT_VP2;but it should be hopamp4.Init.NonInvertingInput = OPAMP_NONINVERTINGINPUT_VP3; #cubemx #bug