User Activity

In RM0440, STM32G491 is Category 4.Therefore OPAMP6 can be connected to ADC3 refer to RM0440 21.4.4(ADC Connectivity)But I cannot find check option for OPAMP6 in ADC3 setting.Is it unavailable? or not implemented yet?
in usbh_msc.cif(status == USBH_OK)   {      MSC_Handle->max_lun = (MSC_Handle->max_lun > MAX_SUPPORTED_LUN)? MAX_SUPPORTED_LUN : (uint8_t )(MSC_Handle->max_lun) + 1U;     USBH_UsrLog ("Number of supported LUN: %lu", (int32_t)(MSC_Handle->max_lun));  ...