STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Bug of serial driver with parity enabled

Posted on June 08, 2017 at 12:30 In my application, I use 8 data bits and odd parity in serial communication (so, it is a 9 bit wordlength). During reception, I found that a variable which was contiguous, but outside the receive buffer, was be...

How to implement SMBus v2.0 in STM32F4?

Posted on June 08, 2017 at 11:09I found the library x-cube-smbus, but it is support only the STM32F0 and STM32F3. And in the example in the file readme.txt it is written that: '- This example has been tested with STM32F3-Discovery boards and can be ...

Resolved! Stm32f103 I2c Error

Posted on June 02, 2017 at 07:32Hai, I am using Stm32f103vbt6 micro controller, I have some issue with interfacing the I2C EEPROM. eeprom is at24cm02. its has only one address pin. In code 'I2C_Send7bitAddress ' this line has sussefully send, My add...

STM32F103 RTC interrupt

Posted on June 08, 2017 at 06:10Hi, I am using STM32F103VBT6 micro controller, i have done a RTC code for date and time,But in that, I need to do a interrupt for every 1 minute. Is it possible to do?I have done some code, for interrupt .but its not ...

How to use HAL_HRTIM_IRQHandler

Posted on June 07, 2017 at 22:54Thank you for your patronage. I'm Japanese. I want to use Interrupt Service Routine(ISR) as shown in the picture below. So I want to use HAL_HRTIM_IRQHandler.I wrote the program as shown below, but I got an error. #hr...

0690X00000607GUQAY.png 0690X00000607GeQAI.png 0690X00000607GjQAI.png
Ken Inoue by Associate III
  • 251 Views
  • 0 replies
  • 0 kudos

STM32F769I-DISCO STemWIN double buffer/flicker problem

Posted on June 07, 2017 at 22:29This is in reference to the main 'Demonstration' app in the latest cube release, 1.7.0.It's pretty clear that the demo application running on the STM32F769I-DISCO is not properly double buffering, or some other issue ...

inojosh by Associate II
  • 239 Views
  • 0 replies
  • 0 kudos

STM32F401 does not produce I2S data.

Posted on May 30, 2017 at 18:54Hi,maybe somebody can help me out.It's about the STM32F401. For a few days I'm struggling now but still no I2S data or clock activity shows up at the 4 SPI2 peripheral outputs. All stay low. I like to configure all uC ...