STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Unable to download RM0394 Reference manual (?!)

Posted on December 08, 2017 at 11:19Hi,Something weird happened. I'm not able to download RM0394 from st.com. Tried with multiple computers with different operating systems, different isp etc.$ wget https://community.st.com/external-link.jspa?url=ht...

John Doe1 by Associate III
  • 1574 Views
  • 10 replies
  • 0 kudos

unable to connect STM32 - ST link to target

Posted on December 14, 2017 at 10:16Hello Everyone,My name is Shehraz and im working at Rove Automation Dubai. I am new to this community, and i need help on my current project. We are using Schneider switches (SEGC12PB) and i need to upgrade firmwa...

When will we get LL API for STM32F1

Posted on December 14, 2017 at 04:43Hi,It's December 2017 now, still no LL API support for STM32.When will we get LL API for STM32F1? Will we get that in 2018?The overhead of HAL is kinda big.

Ke Li by Associate
  • 383 Views
  • 1 replies
  • 0 kudos

Bug in CubeMX - incorrect audio frequency

Posted on November 24, 2017 at 03:20In CubeMX version 4.23.0 when using  a I2S interface with a STM32F405 processor:- under parameter settings tab the 'Real Audio Frequency' is not updated correctly when you change the 'R' divider from the I2S PLL; ...

emil by Associate II
  • 555 Views
  • 1 replies
  • 0 kudos

Resolved! AC6 Assembly .include not working

Posted on December 14, 2017 at 20:17Seems like I am missing something about the .include statement. No matter what I try I always end up getting 'Error: can't open xxxx for reading: No such file or directory'Is there something I have to set up in th...

Resolved! STM32L476g-DISCO Blinky

Posted on December 15, 2017 at 14:45Hi all,Is there a blinky demo for this board? I do not see one in the installation dir.thank you.

scott h by Associate II
  • 550 Views
  • 1 replies
  • 0 kudos

how dose function name connect to interrupt address

Posted on December 13, 2017 at 13:20hi.i am writing a code for Exti interrupt  and i do that. But i get a qustion .when we want to use interrupt , I mean when the interrupt happen , then cpu jump to that interrupt address and the function that we wr...