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

Hi all, i would like to make a my own bare metal code for stm32f401ccu. Here i have given my code. But it's not showing correct clock frequency. Anyone could you pls check it for anything missed or etc...

#include "stm32f4xx.h"#define PLLM 25#define PLLN 320#define PLLP 1//divide 4int clock_80MHz_Ex_pll();int pinMode();void InitTIM2();void Delay_us();void Delay_ms(int x);int clock_80MHz_Ex_pll(){RCC->CR|=RCC_CR_HSEON;//External Crystal Oscillatorwhile...

Msams.1 by Associate II
  • 649 Views
  • 6 replies
  • 0 kudos

Resolved! How Have UART communication in a Interrupt function

Hello ,​So for my project i need to send UART command every 15min ​Between this my MCU need to be sleeping ​​And send a command if a Interrupt pin change state​​But when i wrote UART_transmit fonction in a ISR : RTC , timer , interrupt pin the comman...

HDIA.1 by Associate III
  • 480 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H7BI3-DK WiFi Not Working

Hi,I have been writing drivers for the ISM43341-M4G-L44-SPI WiFi module mounted on the STM32H7BI3-DK.I can send the device AT commands and get back the OK response, but after setting the network parameters SSID, password, security mode, DHCP after is...

0693W00000GZP8xQAH.jpg 0693W00000GZPAoQAP.jpg

STM32F429 Disco with HM-10

Hello! I just got the STM32F429 Disco board and I'm trying to connect it to the HM-10 bluetooth module. I'm completely out of my depth here, I was hoping someone could nudge me in the right direction.I've worked with the HC-05 and the HM-10 on the ar...

BBrus.1 by Associate
  • 1169 Views
  • 1 replies
  • 0 kudos

There is no DWT in the M0/M0+ kernel.

Hi. I am using stm32l01c6tx. I want to use a very simple microsecond function. Libraries I have added below. "DWT" "CTRL" etc. when I included the libraries. It says not defined. But they are all in the "core_cm4.h" library. This library is in Driver...

ZKURT.1 by Senior
  • 2471 Views
  • 8 replies
  • 0 kudos