cancel
Showing results for 
Search instead for 
Did you mean: 

CubeMX F3 bug

elijah
Associate II
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
1 REPLY 1
Nesrine M_O
Lead II
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-