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! I2C SDA pin broken?

HiI am trying to configure I2C2 on an STM32F405RG on pins PB10/SCL and PB11/SDA, but I am getting very strange output on SDA. STM32 is I2C master. Using I2C example from STM32F4-Discovery folder.Using 4k7 ohm pull-ups to 3.3V.Is the output pin broken...

0693W000003Q3SRQA0.jpg
TNils.1 by Associate II
  • 517 Views
  • 3 replies
  • 0 kudos

Resolved! Bus fault in the below program

#include<stdio.h> #include<stdint.h> #define SCHED_STACK_START 20126976U void init_tasks_stack(void); void task1handler(void); void enable_processor_faults(void);   __attribute__((naked)) void init_scheduler_stack(uint32_t sched_top_of_stack);   int ...

Disha by Associate II
  • 470 Views
  • 2 replies
  • 1 kudos

Resolved! 8bit data transfer on a SPI's 32bit DR register

Using STM32F767 Nucleo board and STMCubeIDE I am trying to transmit SPI data with data size of 8bit per transaction while I have setup my SPI2 in Full Duplex mode.Problem is that although I am able to transmit from MCU and receive on slave side the d...

A Maq by Senior
  • 1475 Views
  • 2 replies
  • 0 kudos

Problems using ST-GDB Server on Linux Mint

I have the newest Version of ST/Atollic TrueStudio installed on my Linux Mint Machine. Operating System: Linux Mint 19 Kernel: Linux 4.15.0-20-generic Architecture: x86-64When Itry to upload my Code I get the following error:STMicr...

PWass by Associate
  • 623 Views
  • 1 replies
  • 0 kudos

H743 Memory statistics

Greetings,Working with the ssl client example on a STM32H743, I need to monitor the memory usage.With uVision MDK5, wondering how to monitor the memory usage stats.Any thoughts/suggestions ?Thanks,Manu