2017-09-11 05:09 AM
Hey,
does someone use stdperiph_lib V1.5 in combination with stm32f071rb ?
Just read in the changelog that it was updated in Dec. 2015:
Add support of the STM32F070xB,
STM32F070x6 and
STM32F030xC
devices.
But did not find anything regarding to stm32f071rb.
Is there a solution or is the cpu only fully supported inside the HAL of CubeMx ?
Regards
Sebastian
2017-09-11 06:51 AM
And oddly the F071RB page keeps referencing the F072 part
http://www.st.com/en/microcontrollers/stm32f071rb.html
Assume it's an F072 but without CAN/USB
Probably about time ST did a refresh on the release to cover current offerings and part numbering schemes.
2017-09-11 09:05 AM
Hey Clive thank you for the advice. Now i see it too, stm32f071rb and they talking about stm32f072 ... :)
So i try using the lib with STM32F072 define and hoping that all goes right.
What i did before is using the startup file from CubeMx and add it simply to the stdlib but i think using the define of F072 would be the better way.
Thank You. I will report. I Hope that this will also fix the strange behavior of my DAC and ADC_DMA combination.