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

Target not responding after motor starts running

Hi,I am using STM32H743VI MCU for running a BLDC motor. When I debug and run the code without connecting the motor then I can able to debug the code and I also printing some messages on the UART, its working fine. As soon as I connect the motor with ...

RJain.1 by Associate II
  • 152 Views
  • 0 replies
  • 0 kudos

I am trying to communicate between Bluepill and Arduino but I am not able to see the data transfer happening. The code details are as below:

STM32F103C(Bluepill) Tx:#include "stm32f103x6.h"#define USART2CLKEN (0x01UL << 17U)#define SYS_FREQ 72000000#define APB1_CLK 36000000#define UART_BAUDRATE 9600void uart2_write(int ch);void uart2_tx_init(void);int main(void){ uart2_tx_init(); while(1)...

SVemp.2 by Associate II
  • 511 Views
  • 8 replies
  • 0 kudos

UART using DMA communication problem

Hello,​I'm posting a question to get advice on a problem about communication with UART using DMA.​I wrote code like followings : Transmit data only when HAL_DMA_STATE is ready.   if(HAL_DMA_GetState(hdma) == HAL_DMA_STATE_READY)  HAL_UART_Transmit(hu...

HKim.28 by Associate
  • 222 Views
  • 1 replies
  • 0 kudos

Resolved! I am trying to transfer a character using uart in stm32f030 to pc , done with initialization with uart config there is no errors but I am not able to see data sent .please help

void uartInit(){ USART_InitTypeDef uartInitStruct; GPIO_InitTypeDef gpioInitStruct; RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_USART1, ENABLE); gpioInitStruct.GPIO_Pin = GPIO_Pin_9 | GPIO_Pin_10; gpioIni...

ag n.1 by Associate II
  • 632 Views
  • 7 replies
  • 0 kudos

Looking to make a microtonal music keyboard. I would like to find a STM32 lay out for a standard, midi, with velocity sensing keys (timing between two contacts per key) keyboard and with the C program that I can use as a guide to modify for my use.

Any Algorithm for scanning, timing velocity, and or to midi would help. I could do the matric lay out. I do not want to reinvent the Wheel if posable.Thank you, ƒg.

fgilm.1 by Associate II
  • 212 Views
  • 0 replies
  • 0 kudos
Labels