STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

serdev_device_driver probe not called

Hello on my kernel module my probe funtion gets not called.static const struct of_device_id stm32_match[] = { { .compatible = "st,stm32-uart", .data = &stm32f4_info}, { .compatible = "st,stm32f7-uart", .data = &stm32f7_info}, { .compatible = "st,stm3...

SAman.1 by Associate III
  • 1061 Views
  • 0 replies
  • 0 kudos

RTC_INIT failed and cause system hangs

Hi,When I write RTC_init() function in code which defined by stm32cube, once powerup, system goes to a hang status, after hard reset, chip works correctly... RTC clock set to LSI when I comment RTC_init(), system works properly even, when power up a...

MHaji.1 by Senior
  • 661 Views
  • 3 replies
  • 0 kudos

Resolved! I am having trouble getting the RTC to work with battery backup. I am using LSE as the clock and I have enabled the backup domain. I can set the date/time values as expected.

 But when I remove power (with the 3V battery still connected to Vbat) the date/time values freeze. That is, they remain where they were when to power was removed. How do I make the RTC continue to run during power down? Any help is appreciated.

BBert by Associate III
  • 1137 Views
  • 4 replies
  • 0 kudos

Why is the MCU disconnecting (due to the ST-LINK losing connection) from the GDB when enabling the SysTick (TICKINT) interrupt register?

I am using the ST-LINK which is built onto/attached to the Nucleo-F767ZI in order to connect to the MCU and interact with it.I am trying to use SysTick but am unable to enable interrupts with it. Everything else appears to work as it should.I initial...

Starman by Associate II
  • 1274 Views
  • 9 replies
  • 0 kudos

Not enough memory to do an TCP alloc

The first step succeed and I'm able to ping my Nucleo H745ZI-Q.Next step would be creating a TCP connection, this doesn't work because of some memory related problems.Calling echoclient_pcb = tcp_new() gives me back a NULL./** * @ingroup tcp_raw * ...

Jvan .10 by Associate III
  • 1686 Views
  • 7 replies
  • 0 kudos

Custom firmware update tool for an STM32

Hello,We are developing a product that uses an STM32, and we are wondering where we can find details about, or if it's feasible to create a customized firmware update tool for customers without extensive development time. We have no problems updating...

JMerr.3 by Associate
  • 2051 Views
  • 5 replies
  • 0 kudos

Resolved! End of life agreement

Hi,I have a new project which should use only parts with life time of around 10 years. Where can I see on ST's website these information for a MCU?

Osto by Senior
  • 847 Views
  • 5 replies
  • 0 kudos

8 Byte stack align in interrups (vs. 4 byte)

Hi. I realize this may seem simple to some of you but i realy want to undestand this as easy as it is possible. In STM32 (for example) there is a bit called STKALIGN. If this bit is set stack is align to 8 byte instead of 4 byte.How can i see differ...

sholojda by Associate III
  • 2665 Views
  • 10 replies
  • 0 kudos

Resolved! atanf function not working?

Can anyone tell me why the value of 'c' here should be NaN ??On other platforms I get the same result for 'a' and 'c', as expected.#include <math.h>   float a = atanf( -1.0f ); // returns -0.785398185   float b = -1.0f; float c = atanf( b ); // retur...

0693W00000AOtLbQAL.png
iforce2d by Associate III
  • 1287 Views
  • 8 replies
  • 0 kudos

Resolved! how to interface eMMC memories using STM32f4xx ??

good afternoon.I was gonna drive an eMMC flash memory ( something like https://www.samsung.com/semiconductor/estorage/emmc/KLM8G1GEND-B031/ ) with my STM32f407IGT6.I don't know if I can access it through the SDIO peripheral or not. it is mentioned in...

Sfarb.1 by Associate II
  • 7488 Views
  • 5 replies
  • 0 kudos