User Activity

I'm trying to implement a 10 us delay using TIM2. This delay is inside an EXTI interrupt handler.I am not getting a return at the end of 10 us.In the clock configurator, I used the max PLL clock possible, 64 MHz. Is this OK? I don't know what else to...
Is there documentation for a composite list of driver API for the STM32G071 MCU? The examples are good, the STMCubeMX pin generator also helps. The driver files are there. But there are so many APIs for timers, interrupt callbacks, UART etc. Are ther...
I am currently using the Nucleo G071 RB eval board. The application will transfer data to the USB port at the end of processing. I am using UCPD1 on PA10, PA9, PA8 and PB15.Do I use the STM32CubeMonitorUCPD to view this data? I am assuming I will nee...
I am just trying to use the STM32CubeMX tool.The application needs two USARTs. One for communication with external processor. This will be an RS485 interface. The PCB will have hardware for RS485 transceiver, mux/demux for directionality of transmiss...
Is it possible to program a STM32G071 from a raspberry pi running Raspbian OS? Is there a USB to serial driver for this?