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

Single bulk memory copy (instead of memcpy)

Posted on May 04, 2018 at 15:24We are using STM32-767ZI and copying a small array into a memory area which is mapped to an external FPGA.Looking for how to make the copy in a single bulk operation.The options are:1. with a loop:        while(i < des...

Resolved! Capacitive touch sensing for STMF103

Posted on January 12, 2018 at 12:46Hello,I am trying to implement a long 1D capacitive touch slide sensor or around 7 or more separate capacitive touch buttons using STM32F103. I read that the touch sense library is not available for F103. Is this c...

ST Link Utility cannot detect target

Posted on May 04, 2018 at 17:04Hi everybody,I'm currently struggling with flashing a binary file to a custom board including Murata LoRa module (type ABZ) which includes a STM32L0.Indeed, I have a ST Link, I connect it to the board using SWD with th...

bug report for stm32cubemx 4.25.0

Posted on March 20, 2018 at 08:47when use the stm32f103xx MCU  RTC module with HAL lib, the rtc init code generated with ll lib function.the steps to replay the issue.1) select MCU as stm32f103rct6;2)check 'Generate peripheral initialization as a pa...

Bruno Hu by Associate II
  • 498 Views
  • 4 replies
  • 0 kudos

STM32F7 DTCM, DMA cache

Posted on June 27, 2017 at 04:50Hi, I am working on a 26x10 RGB LED matrix connected to a STM32F746 through SPI.The data is located inside the DTCM memory (0x200003E0 address to be precise) and sent through DMA to the shift registers. It all works a...

S A by Associate II
  • 475 Views
  • 3 replies
  • 0 kudos

Input Channel for timer 3

Posted on May 04, 2018 at 20:52Hello,I am using nucleo-f429zi. I am using timer 3 with input channel 4 to detect input pulse and then start my timer for test. In order to terminate error case, for example, no pulse is detected in the certain period,...

STM32F030C8 baud rate

Posted on January 15, 2018 at 13:39I am using STM32f030C8 controller. As per RM0360 ref. manual, baud rate calculation is as below (Section 23.4.4):  USART baud rate generation: The baud rate for the receiver and transmitter (Rx and Tx) are both set...

Labels