UVC version supported by UsbX Azure RTOS running on STM32H735XGT6
Hello All,Do you support all UVC versions on UsbX Azure RTOS running on STM32H735XGT6? Or do you have some restrictions?Best regards,
Hello All,Do you support all UVC versions on UsbX Azure RTOS running on STM32H735XGT6? Or do you have some restrictions?Best regards,
Hello everyone, I'm trying to use MPU6050, HMC5883L and MS5611 all together in a project with an STM32F446RE. The problem is, while every components all work fine alone, when is use MPU6050 and HMC5883L together, it doesn't work. By not working, I'...
I want to use STM32H7 SPI to drive DAC chip to generate sinusoidal wave. Can you recommend me relevant routines or ideas
I am having issues with the use of HAL_CAN_RxFifo0MsgPendingCallback. I've set every configuration (filter, start, interrupt, notification, and priority), but the function doesn't seem to be called at any time.Most of the code is generated from the c...
Hello ST expert.I'm trying to create SPI communication as shown in the CubeMX image.and the following code/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c ...
I have a signal biased around the VREF output (2.048V) of an STM32G4. I have a comparator (COMP7) peripheral configured to compare this signal to VREF and it fails. If I set the second input of the comparator to DAC2 and set the DAC2 output value to ...
Hi,I am facing an issue with IWDG in STM32G051G6U6.HAL_IWDG_Refresh(&hiwdg); not refreshing IWDG and the core resets after IWDG overflow time.IWDG overflow is set at 13Sec (varying wrt prescaler) and I am refreshing it at every 1 sec.Counter presc...
Hi,I'm relatively new to the STM32 world and I'm becoming frustrated that I can't make a simple UART work. No DMA, no interrupts just trying to send bytes out of the UART and then receive them. Here is my setup code: void UART7_Init(void) { GP...
I had EMI problems interfacing with my 4.0" ILI9488 v1.1 display over SPI. Having a long cable (about 30cm) display and touch works when powered using ST-Link V2, but when i powered it using a generic 24V PSU, the display and touch is not working all...
Hi all,I am experimenting with H7 ADC (after having tried the G4 ADC).I see in the HAL that the calibration, HAL_ADCEx_Calibration_Start(), for H7 MCU wants a parameter more than G4. One should specify ADC_CALIB_OFFSET or ADC_CALIB_OFFSET_LINEARITY.I...