2021-03-24 02:15 AM
2021-03-25 02:16 AM
Any suggestion please ?
2021-03-25 07:14 AM
Not really a CubeMX guy, perhaps there are some MSC SDRAMDISK examples in the Cube H7 HAL directories for one or more of the H7 EVAL or DISCO boards
On the NUCLEO, power/debug by the North End USB, MSC / Device via the South End USB
Make sure you have the pin/usb associations correct for the board, check manual/schematic to be sure.
Use the debugger, check the code is running. For USB instrument the code with output to a serial port so that the code can run in realtime and you can observe what's happening without breakpointing or stopping USB from functioning.
2021-03-25 08:21 AM
Thank you Sir for your answer.
I didn't find any MSC RAM examples in Keil IDE using H7 Boards.
But i found out that in debug mode i have an error : ''Internal Parameter Error'' which appears after i flash the program to the board and run debug mode. I have full erase the H745 MCU using ST Link Utility but when i retry the same error appears unfortunately.
When i run the program in Debug Mode, i find in the command window this error :
''Internal parameter error''
''MapMem - map size truncated to 128MB''
Do you have any solution to solve this ?
Thank you so much Sir.