cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F071RB stdperiph_lib support ?

Sebastian Juch
Associate II
Posted on September 11, 2017 at 14:09

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

2 REPLIES 2
Posted on September 11, 2017 at 15:51

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.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on September 11, 2017 at 16:05

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.