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! i would like to know how linker commands can be used in source file to push the multiple structure defines into a part of code memory. can some body share with examples

steps i tried.step 1: created a section in linker file ".parambuf"step2: in source file declared a structuretypedef struct{ param_t param[256]; \} t_param_block_t;step 3: in header files using attributes commands to push into parambuf section.extern ...

Anand Ram by Associate III
  • 312 Views
  • 1 replies
  • 0 kudos

Resolved! What STM32 Microcontroller will fit me

I am trying to make the transition from Arduino/Atmel micro controllers to something that can support true threading/multitasking in the 32bit ARM processor category. I am making a robot where I need to control 7+ 12v motors, 24 servos, 100+LEDS, spe...

ENoot.1 by Associate II
  • 1072 Views
  • 6 replies
  • 0 kudos

Problem Porting TLS CLient from F207 to H743

I managed to get a simple TLS client working on the NUCLEO-F207ZG. I cannot get the program to run on the NUCLEO-H743ZI2. On Wireshark I see several DHCP DISCOVER messages go out; followed by an OFFER message coming back. My code never responds with ...

Do SPI pins ever float?

When I used buffers between CPU and SPI peripherals I got problems. There were no Pull-ups.Bare GPIO pins with pull ups work. So do SPI pins float between transfers?CPU happens to be STM32H750/STM32F746 if it matters.

LMI2 by Lead
  • 374 Views
  • 4 replies
  • 0 kudos

Resolved! Why is my SPI slave only sending one byte?

I am trying to read the position of an absolute rotary encoder (AMT22B-V). I have it connected to a Nucleo G474RE board. In the main.h file of the STM32CubeIDE project, I have the following declaration:#define BUFFERSIZE            (COUNTOF(aTxBuffer...

0693W000001ryUzQAI.png
MSzos.1 by Associate II
  • 1085 Views
  • 5 replies
  • 0 kudos

LL_RTC_WaitForSynchro function in LL drivers

Hi,While using STMCube Drivers version 1.24 for STM32F4 processor, I discovered the following:LL_RTC_WaitForSynchro function that waits for RTC Shadow registers to be updated, often times returns error on timeouts. The timeout values set is 1 second....

RBharol by Associate III
  • 239 Views
  • 0 replies
  • 0 kudos
Labels