Resolved! SVD file for STM32G0 series already available?
DS, RM and Nucleo-boards are already available, but I couldn't find a SVD file for the G0 series.
DS, RM and Nucleo-boards are already available, but I couldn't find a SVD file for the G0 series.
Has anyone any experience of using both USB ports on a H7 as HID hosts? Use is for a mouse and keyboard. Does the ST USB host firmware support using both ports in this way?I can start work on this but it would be nice to know ahead of time that it h...
So, for a project, I needed a CDC and MIDI composite device. So after some research and learning, I based my code around the CubeMX generated CDC example.I then modified the descriptors accordingly, created functions for transmitting and receiving on...
Hello, is there any example available that implements audio reads from the from CN11 jack connector on 32F746GDISCOVERY board?
I placed the whole firmware on SRAM of STM32F746 and the reset handler is called from bootloader. the application firmware(app) is a simple one with led blinking and printing some messages on the terminal. I modified the linker script so that VMAs of...
Hi community ,I want an automotive controller development board with Atleast 2 CAN bus and an ethernet port , please suggest me some dev boards for the same!
Hello all,I'm new to ST. I'm looking for ARM Cortex-M4(F) MPUs that have Ethernet port. These chips would also need FreeRTOS support and a quick and easy way to build a server for IoT. I've looked at the G4 family, but can't find anything about Et...
Is it possible to receive data from USB camera that is connected to the STM32 somehow? What is needed to implement it?Thanks.
Hello,I run with eval board RTC_timestamp example:en.stm32cubeh7\STM32Cube_FW_H7_V1.3.0\Projects\STM32H743I_EVAL\Examples\RTC\RTC_TimeStamp\EWARMSurprisingly, there is a shift delay of ~9 to 10 seconds (!) every 60 seconds.I tested it as following:us...