STM32G071KBU6 can't found UCPD1_CC2 pin definition
As title, I want to use STM32G071KBU6(GP version) desing USB PD function, but I can't found UCPD1_CC2 pin definition in datasheet.Please kindly help reply this question.Thanks.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
As title, I want to use STM32G071KBU6(GP version) desing USB PD function, but I can't found UCPD1_CC2 pin definition in datasheet.Please kindly help reply this question.Thanks.
As STM32F4 series can run an RTOS,RTOS like FREE RTOS is optimal to use to run multiple threads for our need, can this combination of FREE RTOS and Low Power Gateway on STM32 can be achievable in ST platform, please guide.
The HAL_ADC_Init() function takes a handle to an Init structure which includes information fields to configure the oversampling feature. The Init.Oversampling.Ratio field is properly applied, but the Init.Oversampling.RightBitShift field is ignored a...
I had using sample code "low power sleep mode", the current measure result is over datasheet spec, how to do can get datasheet value?The measurement result is around 1mA, the datasheet show 60uA.Hardware paltform: NUCLEO-G071RBSoftware version: 1.3....
Hi community, Is there any one here tried to connect Winc3400 from ATMEL/MICROCHIP to an STM32f4 or any other ST mcu via SPI interface ? any success with refactoring winc3400 driver with ST SPI HAL??.Please advice !thanks.
Hi guys,I'm porting a firmware bootloader from STM32F4 to STM32F7.The bootloader firmware manages a timeout of 7" where if usb key is detected, the firmware upgrade happens, otherwise the bootloader jumps to application.At the end of works I had that...
Hi,I am using STM32F7 and I'm trying to make USB and CAN work.But i am finding issues in making it work at same time.I have generated the project via cubeMX .I have set the PLLM i.e.,Division factor for PLL VCO input clock as 8 and PLLN i.,eMultiplic...
So even newer STM32s still have both of UARTs and USARTs.My question is about how they are going to be supported in Cube libraries.Am dealing with H7x3 recently, and noticed that the UART example actually is for USART - as the serial connector on the...
Hi everyone,I'm trying to log data from different sensor into a USB flash drive with a 500Hz sampling frequency.I set up a timer to define the sampling frequency for data logging and everything seems to work fine.The problems comes when i try to wri...
I am trying to write a USB driver. I set-up EndPoint 0 when I get a RESET from the host. This writes both the EndPoint Register as well as the Buffer Descriptor Table.I can see that the EndPoint 0 register is written correctly, but the Buffer Descrip...