STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Plug and play evalboard for Bluetooth audio

Hey guys i am searching an easy plug and play bluetooth audio solution possibly build on an stm32 nucleo that would perfectly also have a 5 - 10W amp included. Is there also a solution with audio weaver where i can program easily filters for left and...

What is the chip of the STM32 control board?

Hello. I am analyzing to acquire the EVALKITST8500-1, however I had some doubts regarding some aspects of the board. The STM32 board control board that comes in the kit anyone what model of the STM 32 chip is it? Or can you put any chip on the contro...

??sil by Associate
  • 350 Views
  • 1 replies
  • 0 kudos

stm32f100 usart not working properly

Hi,I am working on stm32f100 48 pin device.I am having operational issue while working on usart.my hw configured to use internal hsi osc which further add pll to generate sysclk of 36Mhz.I am communicating to gsm module over usart3.issue is gsm modul...

kkada by Associate II
  • 1482 Views
  • 10 replies
  • 0 kudos

Synchronous USART 'clock' not working?

Hello,Currently I am working on an ECU to communicate with an (existing) electronic sub-system . My choice was to use the STM32F4 family for this application. Boards are coming in while writing software and there are issues in testing.I discovered t...

SBoks by Associate
  • 487 Views
  • 3 replies
  • 0 kudos

Undefine symbol readableU1 (refered from main.o)

.\sx1272mb2das\NUCLEO_CUBE_LORA.axf: Error: L6218E: Undefined symbol readableU1 (referred from main.o).This error occurs.​​​char readableU1(void);​​void check_GPSBufferSize(void) {​ int currentBufferLength = readableU1(); if (currentBufferLength > 0)...

KKS by Associate II
  • 443 Views
  • 3 replies
  • 0 kudos

How to configure Multiple channel ADC using DMA

Hi,I am using stm32f051r4 for my project . I want to configure multiple channel ADC using DMA and my configurations are as follows . void adc_configuration(){ RCC->AHBENR |= RCC_AHBENR_GPIOCEN;          // Enable clock for used IO pins GPIOC->MODER |...