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! Bitmap on STM32F746G-DISCO discovery board

Posted on April 19, 2017 at 09:29 Hi all Recently, I created a Win32 application to convert a bitmap (.bmp) file into a header file (.h) in order to display it in mySTM32F746G-DISCO discovery board. Everything works fine but the bitmap (24 bit de...

0690X00000606oBQAQ.png

I am new ,in STM32 . I have an old board STM32 value discovery (STM32f100RBT6B) I wrote a code for LED ON But not working ,whats the wrong

#include <stdint.h>#define RCC_CFGR_BASE_ADDR   0x40012800UL#define RCC_CFGR_REG_OFFSET   0x04UL#define RCC_CFGR_REG_ADDR   (RCC_CFGR_BASE_ADDR + RCC_CFGR_REG_OFFSET )#define RCC_APB2ENR_REG_OFFSET 0x18UL#define RCC_APB2ENR_REG_ADDR  (RCC_CFGR_BASE_A...

Getting No Source Available (Memory Address) Error

Hi,I tried to debug my code into my custom board controller (STM32F030RCT6) through STM32f0 Discovery. when I try to debug, I got the error ''No source available for ''0x8000f24''  So please tell me how to fix this error. Thanks

0693W00000Y6u4bQAB.png
DM.13 by Associate
  • 369 Views
  • 3 replies
  • 0 kudos

Lead-time for STM32A6VG MCU.

Hello Community,I am making a new project based on an ultra-low power application with a STM32L4A6VGT6. But the problem I am facing is with its inventory.Can anyone tell what is the lead time for this Part Number?Thanks in Advance.

Use same port to write as well as read

Hello,Currently I am working on a 16-bit parallel interface where I need to write to and read from the same port. For that I am using GPIO_Init LL library every time I do so. Is this the right method? Will the port data also get reset while doing so....

HDesa.1 by Senior
  • 937 Views
  • 8 replies
  • 0 kudos

The role of AVDD on Nucleo-L476RG

Hi people!I am currently using a Nucleo-L476RG connected to an analog sensor. On the datasheet of the mcu, in the ADC section, I can read "One external reference pin is available on some package, allowing the input voltage range to be independent fro...

0693W00000Y6vAuQAJ.png
mdiro by Associate III
  • 1417 Views
  • 4 replies
  • 1 kudos
Labels