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

Resolved! STM32L412 Nucluo64 - garbage data sent from UART

Hello,I am working with the evaluation board STM32L412 Nucluo64, but I noticed that the MCU sends only garbage from UART.The code I am using has been used many times in other projects and should work fine (it's just a matter of calling LL_UART_Transm...

simo zz by Senior
  • 818 Views
  • 6 replies
  • 0 kudos

STM32F405 interrupts don't fire

Hello,I'm encouring one problem with STM32F405 interrupts.I'm working on a project that using a MCU STM32F405,I have created a CubeMx Projet, set all the clock (input frequency, Sysclck, APB1, ...), set timer2, CAN2 and UART2. I have set enable TIM2 ...

THenr.2 by Associate II
  • 565 Views
  • 4 replies
  • 0 kudos

Qspi stm32h743

​Hello.I am looking for example of External Qspi Loader for the Stm32h743.I manage to make my functions work. but not to create the .stldrI have the impression that he does not take Init.I am under Stm32cubeide.thank you

cVass.1 by Associate II
  • 990 Views
  • 8 replies
  • 0 kudos

Getting Started with the STM32L562E-DK

I downloaded all the recommended documentation & files including STM32CubeIDE 1.4.0 andSTM32CubeMX. I've read through pages and pages of the documentation and still don't have the slightest idea about how to run a simple example. Any help to get s...

BMcMi.1 by Associate II
  • 859 Views
  • 5 replies
  • 0 kudos

Resolved! Large array causing hard fault when debugging

Hi,In my program (running on STM32F446RE, with 512 KB flash and 128 KB SRAM) I defined two big arrays:int main(void){ /* USER CODE BEGIN 1 */ int16_t data_in[64000]; int16_t audio_buffer[16000];The code can run normally when the data_in array is not ...

CDave.1 by Associate II
  • 1103 Views
  • 4 replies
  • 0 kudos