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

Trouble in getting the DMA interrupt for full buffer

Hi all, I have some issues getting my DMA to interrupt correctly on my STM32F411RE. I recall that I previously had this working correctly, but even with my old code and solutions offered on this forum I cannot figure out what I am doing wrong at the ...

NKupe by Associate II
  • 189 Views
  • 0 replies
  • 0 kudos

Issue to implement I2C using STM32F0

Hi everyone I am trying to implement I2C Write and Read with DS3231. I am using stm32f051r8t6. I do not want to implement this using CUBE. Kindly help me in identifying the mistakes I have done. I am able to write and read but what I write does not a...

SKUMA.19 by Associate
  • 344 Views
  • 1 replies
  • 0 kudos

1s timer for counting pulse ?

Dear Members,I want to count pulse from EXTI4, and I tried to set 30 seconds for how many pulse ?Please correct my setting :void MX_TIM4_Init(void) { TIM_ClockConfigTypeDef sClockSourceConfig = {0}; TIM_MasterConfigTypeDef sMasterConfig = {0}; ...

Fast Hartley versus Fast Fourier?

I’m doing some frequency analysis - as usual I trying to minimise the processing cycles to minimise current consumption. I’ve only just discovered the Fast Hartley Transform (FHT). It seems pretty good ( and simple) - I wonder why it is not more wide...

gregstm by Senior III
  • 650 Views
  • 0 replies
  • 2 kudos

Anyone recommend a decent SD card library?

Hi Im using a STM32L433 processor and want to incorporate a SD card . I saw in youTube a demo of using CubeMX and seemed to work fine. But after looking through this forum I saw there wasnt many people who thought the CubeMX version was good . Any ...

Bug: Breakpoint in ISR fails (Atollic)

Background: Atollic 9.1, F429 Nucleo with Segger debug stub loaded.CubeMX-generated FreeRTOS application.Trying to debug an LwIP problem, but breakpoint does not operate properly.When the breakpoint is hit in an ISR (FreeRTOS idle, no active task),th...

Labels