cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX : USB Mass Storage on NUCLEO-F722ZE STM32F7

Karan 123
Senior
Posted on June 07, 2018 at 12:13

Hello,

I have following things to create .txt on USB Mass Storage (Thumb Drive 32GB)

ToolChain:

IDE = KEIL MDK 5

STM32CubeMX = 4.22.0

Middlewares= FATFS and USB_HOST

Hardware :

NUCLEO-F722ZE STM32F7 Nucleo-144 Board

Project Build Successfully . But unable to create .txt with above toolchain and hardware . 

My hardware is working fine . Checked withbelow demo code .

..\en.stm32cubef7\STM32Cube_FW_F7_V1.8.0\Projects\STM32F722ZE-Nucleo\Applications\FatFS\FatFs_USBDisk

Able to Create .txt file.

I may probably missing something ...After referring demo code and 'UM1721 User manual'  Developing Applications on STM32Cube with FatFs unable to create .txt  .

I am attaching my complete project, STMCube Steps and Addition in Code.

Please help me to sort on this issue .

Thanks in Advance ..

--

Karan

4 REPLIES 4
Posted on June 07, 2018 at 13:18

STM32CubeMX 4.22.0

STM32Cube_FW_F7_V1.8.0

Bit antiquated, perhaps start with something current so you aren't fighting issues that have already been addressed/resolved, or have some prospect of being fixed or supported.

Not sure there are many here willing to dig through CubeMX code. Instrument the code so you understand more about the dynamic and cause of the failure.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Karan 123
Senior
Posted on June 07, 2018 at 18:31

Hello Again,

Thanks for update....

I have downloaded latest one from st website.

Have you seen my attachments?

Am I missing something or done wrong in attachments?

Thanks Again

Karan 123
Senior
Posted on June 07, 2018 at 19:08

OK Thanks..

If anyother can help?

Posted on June 07, 2018 at 18:56

>>Have you seen my attachments?

I'd need to be paid hourly to dig into CubeMX code.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..