STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L412 VDDUSB Disconnect

I am using STM32L412RB for a low power application.VDD: 1.8VI have a 3.3V regulator that I would like to only turn on when I am using USB. According to the datasheet (https://www.st.com/resource/en/datasheet/stm32l412kb.pdf pg 19), VDDUSB = 3.0 to 3....

JHong.1 by Associate
  • 242 Views
  • 1 replies
  • 0 kudos

How to compare bytes received in a uint8_t?

I have a STM32F103C8T card, I am developing an application that receives a byte array by usb / serial.I have a variable "uint8_t USBBuffer;" in "usbd_cdc_if.c" which stores the bytes.My question is: how can a non-vector variable receive an external m...