User Activity

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