STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 327 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 ...

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
  • 187 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
  • 608 Views
  • 6 replies
  • 0 kudos
Labels