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

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
  • 727 Views
  • 5 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
  • 605 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
  • 215 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
  • 1480 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
  • 963 Views
  • 4 replies
  • 0 kudos