STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1327 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
  • 7706 Views
  • 5 replies
  • 0 kudos

How to determine CPU load stm32h743?

Hi.I need to estimate the cpu load and output the data as a percentage to a variable ram and to an LED. I use stm 32h 743. The microcontroller works without sleep. It is advisable to make accounting and interruptions. Can you suggest a solution?

F103: User Flash program runs happily despite BOOT0=1

I would assume it should start the system bootloader. Instead, my app which is blinking a heartbeat runs happily.When I put also BOOT1=1, system should boot from SRAM and because nothing's there, the LED should remain off. Which it does.So why does m...

Peta_rj by Associate II
  • 418 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F072RB part no unavailability.

I am looking for STM32F072RB part no but currently it is out of stock and not available anywhere. Can somebody provide alternative part no which is available easily.Please share the source details .Any help would be helpful. Thank you. 

STAR by Associate II
  • 536 Views
  • 2 replies
  • 0 kudos