Skip to main content
elijah
Associate III
January 23, 2016
Question

CubeMX F3 bug

  • January 23, 2016
  • 1 reply
  • 766 views
Posted on January 23, 2016 at 15:27

CubeMX: 4.12.0

STM32Cube_FW: F3_V1.2.0

MCU: 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
This topic has been closed for replies.

1 reply

Nesrine M_O
Associate
January 25, 2016
Posted on January 25, 2016 at 08:41

Hi m.e,

Thanks for highlighting this issue. It is a known bug, but the fix has not yet been released on the web. 

-Syrine-