STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is 700 kb/s a normal datarate for USB in device mode ?

Hi,I am working with an STM32L476RCT6. On STM32CubeMX, in "Connectivity", I make use of the "USB_OTG_FS" functionnality and I have choosen the "Device_only" mode. In "Middleware", I use the "USB_DEVICE" in "Communication Device Class (Virtual Port Co...

VGava by Associate II
  • 1322 Views
  • 5 replies
  • 0 kudos

Current consumption of individual peripherals in STM32G070

I was referring to data sheet of the STM32G070 to figure out the current consumption of individual peripherals to finally calculate the power consumption of those peripherals. The following table from page 50 of the document gives those details. Rang...

0693W00000BaTy6QAF.png
TJosi.1 by Associate
  • 453 Views
  • 0 replies
  • 0 kudos

DMA line output is one more cycle than expected

Hi,I'm trying to control multiple PWM signals simultanously using DMA (used for controlling LED drivers). However I'm having an issue I can't seem to trace, one of the lines puts out an additional PWM signal cycle that shouldn't be there, this is wei...

MDrac.1 by Associate III
  • 1157 Views
  • 3 replies
  • 0 kudos

Verification failed

Hi,I wrote an external loader and tested for writing , erasing sector, erasing chip, reading, using "\testbinary1M.bin". But it failed in verification. What could be the reason? EDIT: I'm checkin what's going on by a logıc analyzer. I'm not using qua...

Ezgi by Senior
  • 443 Views
  • 1 replies
  • 0 kudos

Maintain Codes After Power Off

Hello,I developed a custom-designed system with an STM32F767 microprocessor and controlled its parameters with a user interface through a Bluetooth module. When I power off then power on the system, I couldn't communicate with the circuit board. Is t...

AE104 by Senior
  • 2700 Views
  • 15 replies
  • 0 kudos

STM32F4 SPI code only works in debug mode

Hi I am trying to read ID of an external FLASH.The code which reads it is shown below.uint16_t FLASH_ReadID(void) { uint16_t tempData = 0x0000;   //Read ID GPIOB->BSRR |= GPIO_BSRR_BR2; //Reset FLASH CS while(!(SPI1->SR & SPI_SR_TXE)); SPI1->DR ...

LLOLO.1 by Associate II
  • 1532 Views
  • 4 replies
  • 0 kudos

Resolved! Sending AT command to esp8266 using stm32F103 through usart

i'm trying to communicate with a Wifi module (esp8266) using STM32F103, on keil IDE. As described in the schematic : i want making my stm32 send AT command to esp8266 through usart1 (Tx1), and getting the esp response (Rx1), then display the esp resp...

0693W00000BZddpQAD.jpg 0693W00000BZdduQAD.png 0693W00000BZde4QAD.png
SIDRI.1 by Associate III
  • 5190 Views
  • 9 replies
  • 0 kudos