2015-07-28 05:13 AM
Hi,
I've got some issues with STM32CubeMX (version 4.9.0) and STM32CubeF4 (version 1.7.0), configuring an STM32F407VGTx that I would like to report:2015-07-28 05:35 AM
Sorry, a little correction to my last statement:
''The NSS pin cannot be set to a GPIO pin, as it can only be set to alternate function.'' That's not true. On the Pinout tab, I can in fact change it to GPIO or interrupt. Regards, Bernhard2015-07-28 10:14 AM
''when an .ioc file is loaded with a bad ADC clock frequency (created by an older version of STM32CubeMX), the error is correctly signalled with an error sign (red cross) on the configuration button. After correcting the error by changing the prescaler value, the error sign disappears. But after saving the file and restarting the application, the error is back again as if the corrections were not saved at all''
To me this also occurs with new projects. I observed that the problem occurs when you have two or more ADC and when the ''Clock Prescaler'' option is ''PCLK2 divided by 4'', with option ''PCLK2 divided by 6'' and ''PCLK2 divided by 8'' the problem does not occur.I apologize if
what i wrote
is
not
clear
,English
is
not
my
native language.
2015-07-28 10:30 AM
example
(with
error)
:using
ADC1
,ADC2
and
ADC3
with
''Clock
Prescaler
''with
option
''
PCLK2divided
by 4''
example
(no error
:(using
ADC1
,ADC2
and
ADC3
with
''Clock
Prescaler
''with
option
''
PCLK2divided by
6''
2016-02-09 03:10 AM
This issue is now fixed.