Resolved! Are there any examples of STM32F769 dual role HS USB OTG firmware?
I can find the UM1021 document for STM32F105xx, STM32F107xx, STM32F2xx and STM32F4xx, but nothing for STM32F7xx.Any help would be appreciated.Thanks
I can find the UM1021 document for STM32F105xx, STM32F107xx, STM32F2xx and STM32F4xx, but nothing for STM32F7xx.Any help would be appreciated.Thanks
hello everyone i'm working on stm32h742 from two week but i'm not make it configure it anyone can help me i'm not able to communicate with lan please provide me some guidence i tried many tutorial on ethernet but its not working att all kindly sugges...
I have planned to connect my custom flight controller to the ground station(mission planner) for that i have connect all the necessary connection usb connection also and flashed the pre compile firmware of matekf405 from here: https://firmware.ardupi...
Hi,where do I find the full HAL API documentation? Is there a wiki? And also is there a way to pull it up in CubeIDE (I'm not referring to the autocomplete)? Also is there a repository with all examples organised by topic, for example PWM, I2C etc.? ...
As title says.If so, where could I find an example.If not, will it be supported?
Hi,I'm looking for a working LWIP UDP example without FREERTOS pls.I have such a project which is working, but it was generated on old cubeMX (6.5.0) and now no matter what I did (I did some research online and tried most of your guides) I didn't man...
In this code, the value of the range variable in the purse does not change correctly. What is the reason?Board = NUCLEO-F413ZH/* External variables --------------------------------------------------------*/ extern UART_HandleTypeDef huart4; extern vo...
I am migrating from Cube_FW_F7_1.16.0 to STM32Cube _FW_F7 V1.17.2 But now Ethernet doesn't work. I made changes to the file: STM32F765VITX_FLASH.ld /* Highest address of the user mode stack */ _estack = 0x20080000; /* end of RAM */ MEMORY {...
We are using the STM32L071RB, currently have the firmware set to go to sleep (stop mode) and wake up after ~5 minutes with the RTC WUT (see section 22.4.6 and A13.3 in RM0377). This works great, however this timer isn't the only wakeup source. If the...
I'm using STM32U073MCT6 MCU. I have a custom board (which contains this MCU and other required components) and I have 4 stages in my data logger that I want to develop using this board:1) Just the battery is soldered and trip isn't started2) Trip sta...