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

PWM on pin D6 gives pinmap mismatch error

Posted on August 18, 2017 at 22:59I have interfaced my Nucleo-F302R8 board with a IR sensor - IR LED pair. I have connected sensor over I2C interface and I am using PWM to power the LED. Entire coding is being done over the online mbed compiler. I a...

Master/Slave I2C on the same interface

Posted on August 11, 2017 at 22:57I'm working on getting two microprocessors to talk.  One of them is an F446, the other is an L432.  The communications scheme is that (for example) the 446 sends a message to the L432, which then executes it (comman...

Resolved! Speaker outputs with WM8994

Posted on May 17, 2017 at 10:32Hello everybody, I am currently working on a STM324x9I-EVAL board. I ran the next project:STM32Cube_FW_F4_V1.16.0\Projects\STM324x9I_EVAL\Applications\Audio\Audio_playback_and_record.The application is set to be used i...

Fabien B by Associate III
  • 1732 Views
  • 4 replies
  • 0 kudos

configure the clock of STM32F373

Posted on August 20, 2017 at 23:31Hi,I am not able to find STM32F37x_Clock_Configuration_VX.Y.Z.xls. I need it to configure the clock of STM32F373. Does anybody know where to find it?Regards,Kostadin#stm32f37x_clock_configuration_vx.y.z.xls

STemWin and external RAM

Posted on April 02, 2015 at 14:37I have linked STemWin library. My project uses external RAM. When I display some progressbar using internal RAM, value of progress is displayed correctlly (ex. 50%). When I am switching buffer ''aMemory'' to extrerna...

michal23 by Associate
  • 425 Views
  • 1 replies
  • 0 kudos

[Bug] I2C I2C_WaitOnRXNEFlagUntilTimeout

Posted on August 20, 2017 at 20:18The L4 1.8.1 drivers contains a tedious race condition inside the 'I2C_WaitOnRXNEFlagUntilTimeout' function. There is a chance that RXNE reads 0 (RESET), which causes the while {} to execute. Potentially RXNE and ST...

How to reset DMA buffer for UART

Posted on January 19, 2017 at 04:06 Hi Everyone, Just a little issue, I would like to reset the receiving buffer of the DMA in circular mode every time it completes reception. If i know the exact size of received data problem solved the DMA bu...

Raider E by Associate III
  • 8327 Views
  • 6 replies
  • 1 kudos