STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Extra USBD characters in hpcd->OUT_ep->xfer_buff

Disclaimer: I am using V1.14.0 and have not edited the HAL or LL divers. I am running the chip at the USBD CDC example project settings. I am communicating at FS.I am seeing this(hpcd->OUT_ep->xfer_buff) buffer populate with additional/non-existent c...

ZThat by Senior
  • 1401 Views
  • 5 replies
  • 0 kudos

Resolved! HOW to send 16bit over SPI

Hi, I want to send five,16 bit data over SPI. WHile executing the code i cant see any transmission. What i wanted isSS = 0 -> 16 bit data1 -> SS=1, SS = 0 -> 16 bit data2 -> SS=1,or2, SS=0 , word0, word1, word2,word3, word4 ss=1i tried both methods b...

Safety certification for STM32F446

1. Is STM32F446 Safety Certified ?, 2. Is ST Micro Supports Safety certified Self-Test Libraries ?.3. Can we get the user manual or any document to know what are the Self-Test libraries are supported?.what are the supporting documents which we can ge...

Guru1 by Associate
  • 689 Views
  • 1 replies
  • 0 kudos

Why HAL_UART_RxCpltCallback doesn't work?

I try to use uart interrupt for communicate with hyperterminal. It seems that HAL_UART_RxCpltCallback doen't work. I made the configuration in STM CUBEMx . It send the first burst throught interrupt routine and receive only one time the aRxBuffer. Th...

EnricoT by Associate
  • 399 Views
  • 0 replies
  • 0 kudos

Firmware Upgradation through USB

we are using STM32F407 controller in our project. In this we have taken an option of firmware upgradation through USB. Everything is fine and works good but for some controllers USB is recognising directly and for some it is recognising if there is o...

saiteja by Associate II
  • 691 Views
  • 4 replies
  • 0 kudos

stm32F4 BACKUP SRAM and USB HID conflict

Posted on November 25, 2014 at 15:37Hi, usb hid works form me great on discovery f4 but I have a problem with saving to backup sram and backup rtc after USB initialization. I would like to create a program, which is waiting for character from the US...

jakub by Associate
  • 2208 Views
  • 13 replies
  • 0 kudos

UART hal RX interrupt modification

My scenario I have a master controller keep sending 30Bytes of data with every 500ms..Issue when use to my slave controller is :HAL_UART_Receive_IT(&huart1, varPtr, 20);the packet might not be received properly as the slave is hot swapped.. it can be...

Boot STM32H7 after power up

According to PM0253 "Programming Manual" after power up the the vector table is located at address 0x0000000. This memory is RAM memory (ITCMRAM) so how the boot can run from it if it just powered up? ​There is no memory address in it...In other CPU ...

Yood by Associate II
  • 1041 Views
  • 4 replies
  • 0 kudos