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! Unable to find demo project for STM32F769I Discovery board in X-CUBE-AWS STM32Cube Expansion Package for AWS?

I am looking for an example project for AWS cloud connectivity for STM32F769I Disco board. As per the product home page(https://www.st.com/en/evaluation-tools/32f769idiscovery.html#overview), the board is AWS qualified. I installed X-CUBE-AWS expansi...

BP.3 by Associate
  • 636 Views
  • 1 replies
  • 0 kudos

STM32L152 boot from Bank2

Please help me understand the Bank1/Bank2 boot options of the STM32L1Here's what I'm currently doing:I have a blank MCU and flash program my code normally. A read operation done by STVP shows the program resides starting at address 0x8000000. BOOT0 p...

HMull.1 by Associate II
  • 652 Views
  • 1 replies
  • 0 kudos

usb vcp setting

Hello, I am using NUCLEO-F429ZI and set usb as com vcp. I am able to connect board to PC without any problem, but ST doesn't provide specified pc driver for stm32 VCP. In my pc, I can see general vcp com port in PC, is it possible to read parameter ...

yang hong by Associate III
  • 1141 Views
  • 5 replies
  • 0 kudos

ADC triple mode and sending via usb problem

Hi everyone ! I have a problem . I started a triple mode ADC and I wanna send ADC data via usb (CDC) FS .But my problem is , when my input length of HAL_ADCEx_MultiModeStart_DMA() is more than 256 , my sent_bytes[] numbers won,t be correct . but for...

NGrb.1 by Associate
  • 402 Views
  • 0 replies
  • 0 kudos

Problem with USB Virtual Com Port STM32f103c8t6

I am trying to send data to the console using the "echo" method.static int8_t CDC_Receive_FS(uint8_t* Buf, uint32_t *Len){ CDC_Transmit_FS(Buf,*Len); USBD_CDC_SetRxBuffer(&hUsbDeviceFS, &Buf[0]); USBD_CDC_ReceivePacket(&hUsbDeviceFS); return (USBD_OK...

0693W000003Q1RHQA0.png
AKova.2 by Associate II
  • 1212 Views
  • 6 replies
  • 0 kudos