2017-06-15 05:07 PM
Posted on June 16, 2017 at 02:07
Hi there,
Has anyone been considering migrating from the STM32F4 chip to the upcoming H7 chip, and how involved\possible that process might be? My specific chip is the STM32F4ZIT6, but I'm curious about others' experiences with migration within the ST family.
I'm aware of the
(Migration STM32F4-->STM32F7) and the
(Migration STM32F7 --> STM32H7x3) documents and I'm currenly working through those (they insinuate that F4 -> H7 is possible), but I figured I'd ask to see if anyone had experience or opinions on this.
Thanks!
#stm32f4 #stm32h7 #migration
2017-06-19 04:46 AM
The reference manuals and demo boards are not yet general available. So 'normal' people could not look at the migration problems carefully. And other people with access to doco and board are probably still under NDA.
2017-06-19 05:37 AM
Oops, rm0433 is available!
http://www.st.com/resource/en/reference_manual/dm00314099.pdf
2017-06-19 02:19 PM
Hi,
I'm trying to figure out if the H7 ADC will have the same 5 MSPS sampling rate for 12 bits as L4. The STM32CubeMx show that the maximum ADC clock frequency is 80 MHZ and the H7 reference manual shows that ADC hardware is very similar to the L4 ADC hardware.
So, can I assume that the H7 ADC sampling rate for 12 bits is 5 MSPS?
Ari.
2017-06-19 10:04 PM
Hi Ari,
It looks like the ADC hardware is different.
From the STM32H7753xI data sheet (
http://www.st.com/resource/en/data_brief/stm32h753xi.pdf
)'3× ADCs with 16-bit max. resolution (14 bits 2.7 MSPS, 16 bits 168 kSPS)'
From this I understand that in 14-bit interleaved mode, you could expect 8.1MSPS.
For 16-Bit interleaved mode you could expect 0.504MSPS (504KSPS)
2017-06-20 03:11 AM
Hi
Mendes.Ari
,With 12-bit resolution, the sampling rate is 4.5 MSPS.
The product datasheet will be available soon on the web to provide such information.
-Amel
PS: I suggest to create a new thread for new H7 related topics.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2017-06-20 11:47 AM
Thanks Amel.
4.5 MSPS is very good compare to the 1.8 MSPS of the F7 when the cpu clock is at 216MHZ.
Do you also know when the NUCLEO-H743ZI boards will be available? Ari.