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

Read from I2C - STM32F767

Posted on March 07, 2018 at 11:52Helo friends.Problem with write on I2C bus I solved. If anyone wanted to, I would provide a solution.Now I have problem with reading. I have got 1 stop bit more.Here is good communication packet.I receive:   S-Addres...

0690X00000609yOQAQ.png 0690X00000609vgQAA.png

STM32L475 Timestamp

Posted on March 08, 2018 at 08:20Hello, I'm developing an application based on STM32L475 device. So I need a timestamp on my application. I saw an RTC_timestamp example of NUCLEO-L476RG. So please anyone can tell how can I port this RTC_timestamp ex...

STM32F102CBT6 USB example

Posted on March 06, 2018 at 04:02Hi, I am working with STM32F102CBT6. And I am going to use USB function of this MCU. Where can I find the suitable examples?Best regards.

Resolved! HAL_UART_Receive() always timeout.

Posted on April 27, 2017 at 06:18Hi all,I met a strange problem that if I input something via a terminal before I call HAL_UART_Receive(); It will always timeout. And it will not recover until I reboot the board.My code is as bellow.  What can I do ...

Bryan Guo by Associate II
  • 4763 Views
  • 9 replies
  • 1 kudos

ADC DMA

Posted on March 08, 2018 at 06:28trying to sequentially convert 2 adc regular channels using dma and tim2 trg0 on stm32f4 without much success, when using trg0 do you need to set up timer in interrupt mode? and can I use HAL_ADC-ConvCplyCallback to ...

Issue using HAL UART Transmit

Posted on November 12, 2017 at 09:25HelloI am having issues with the following HAL function when trying to transmit data using HAL library:if(UART_WaitOnFlagUntilTimeout(huart, UART_FLAG_TXE, RESET, tickstart, Timeout) != HAL_OK)It always return HAL...