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

STM32F091RCTx SPI send issue

I'm using STM32CubeMX v4.25.0 to generate the HAL files for SPI2 and Attolic TrueSTUDIO to compile/debug my application. My intent is to communicate with external flash. Sending/receiving commands with "HAL_SPI_TransmitReceive_IT", everything works f...

LSant by Associate
  • 167 Views
  • 1 replies
  • 0 kudos

Problem with ADC and DMA

Posted on July 13, 2018 at 22:03Hello community! I've got a problem with DMA and ADC (multi channel). I can't find solution why function HAL_ADC_Start_DMA returns 0's to the 'adc_value' array. I have connected to Nucleo F466RE board 3 sensors, and i...

STM32CubeMX 4.26.0 break Linux Atollic 9.0.0 project

Posted on June 20, 2018 at 14:06I upgraded CubeMX to 4.26.0!Migrated my existing project to 26.Generated source code for Atollic TrueStudio 9.0.0When I compile with Atollic TrueStudio 9.0.0 under Ubuntuthe Post-build step: 'arm-atollic-eabi-objcopy....

KSZ8863 RMII Interface and STM32f207 Communication

Posted on November 09, 2017 at 20:22Hello,I am currently using HAL library to interface my STM32F207 to a KSZ8863 switch using RMII Interface. The clock 25 Mhz provided externally which is then scaled to 50 Mhz to enable the interface. Now, I can re...

R B by Associate
  • 496 Views
  • 1 replies
  • 0 kudos

Error handling for UART RX with DMA

Posted on January 15, 2018 at 11:00Hello!I am using RX DMA with RX timeout detection (based on Efficiently receive UART data using DMA). Under normal condition, everything works fine, but I have problems with the error handing. My MCU is the F302R8 ...

0690X00000604D4QAI.jpg
T B by Associate II
  • 390 Views
  • 1 replies
  • 0 kudos

Adding TIM7 (timer 7) with interrupt using STM32CubeMX

I tried to add TIM7 via CubeMX with interrupt on NUCLEO-H743ZI.CubeMX was able to create the init for the timer in the code but it didn't add the IRQ, didn't enable the IRQ and didn't add its callback.I added this code manualy.What I'm missing?

Yood by Associate II
  • 137 Views
  • 1 replies
  • 0 kudos
Labels