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

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
  • 651 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
  • 655 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...

two can bus with stm32f407 at the same time

Posted on December 15, 2017 at 11:32hi i want to have two can bus with stm32f407 can1 and can2. can1 for node 1 to 5 and can2 for node 6 to 10. but i receive data just in one bus at the same time. how should i config can1 & 2 in this case?

I2C on STM32F4, missing TX after sending Address, Data

Posted on December 14, 2017 at 22:21Hi,I'm using a STM32F429l-DISC1 Board and trying to get I2C working.Somehow my code fails, and I come back to the code from:https://sites.google.com/site/johnkneenmicrocontrollers/18b-i2c/i2c_stm32f407Now I want t...