2024-01-02 11:53 PM
Hi, i`m new to stm32. I have a STM32469I EVAL Rev C Board And Using STM32CubeIDE.
I downloaded STM32CubeF4 Firmware Package V1.28.0 from CubeMx but, I can`t find OTG Firmware Upgrade Example for STM32469I EVAL.
Where can I find OTG FirmwareUpgrade Example for STM32469I EVAL?
Solved! Go to Solution.
2024-01-03 2:48 AM
You can try to port https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM324x9I_EVAL/Applications/USB_Host/FWupgrade_Standalone - check relevant differences between the two boards relevant for this application, it's not unlikely that they are negligible.
JW
2024-01-03 12:42 AM
What exactly do you mean by "OTG Firmware Upgrade"?
The 'F4 family is reasonably mutually compatible, so examples for other boards can be ported to your board. I understand that this may not be simple for a novice, but then USB/OTG is not a simple issue anyway and preliminary reading and experimentation may be needed to be able to use it properly.
JW
2024-01-03 1:06 AM
Hello @Croaker ,
First let me thank you for posting and welcome to ST Community.
I suggest that you take a look at this Post .
The purpose of this training is to improve your knowledge of USB interface in terms of hardware and software on the basis of STM32F4 implementation (USB OTG).
Thanks.
Mahmoud.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-01-03 1:13 AM
I want something like the STM32Cube_FW_H7_V1.11.1\Projects\STM32H743I-EVAL\Applications\USB_Host\FWupgrade_Standalone example.
I ran the FWupgrade_Standalone example on the STM32H743I EVAL board, but after the COMMAND_ProgramFlashMemory function in command.c is executed, it does not proceed to the next step.
My co-worker recommended that I test it on the STM32469I EVAL board, so I am looking for a FWupgrade_Standalone that works on the STM32469I EVAL board.
I apologize if my question sounds strange. I don't speak English very well.
2024-01-03 2:48 AM
You can try to port https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM324x9I_EVAL/Applications/USB_Host/FWupgrade_Standalone - check relevant differences between the two boards relevant for this application, it's not unlikely that they are negligible.
JW