User Activity

We are interfacing the USB 2.0 , on nucleo-L496ZG OTG_FS_IRQHandler routine is executing but incase of our own Hardware having LQFP64 pin package download the same code but OTG_FS_IRQHandler is not generating,may i know what is exact the issue?
refer the code attached not getting anything on display ,please help me what's goes wrong ?
Hi,i working on USB protocol using STM32L496ZG Nucleo board.On board Vbus is showing 0v though i applied through the code.USB device(mouse interfacing) is not detecting from STM32L496ZG Nucleo board
int at24_HAL_WriteBytes(I2C_HandleTypeDef *hi2c,uint16_t DevAddress,uint16_t MemAddress, uint8_t *pData,uint16_t TxBufferSize){if(HAL_I2C_Mem_Write(hi2c,(uint16_t)DevAddress,(uint16_t)MemAddress,I2C_MEMADD_SIZE_8BIT,pData,(uint16_t)TxBufferSize,1000)...
I configured ADC Channel 9 on STM32L4-Nuceo board its working but If change the ADC channel to 10 Or 13 its not working.Please find the below ADC Configuration./* Definition for ADCx clock resources */#define ADCx              ADC1#define ADCx_CLK_EN...