2020-06-12 09:24 AM
Hi
I have stm32f446re nucleo. Is it possible to make one USB traffic monitoring bridge using it?
(USB Storage or SDCard) <-----STM32-----> Computer
I am trying to do is to make one monitor to see what content is getting accessed from the computer from the mass storage or sd card etc.
Can someone guide on this?
2020-06-30 08:04 PM
HI Clive
I am trying to configure with the SDIO and the USB mass storage. is it possible to have both option at the same time?
below is the configuration I did in CubeMx.
When compiling the generated source code, getting the below error. can you please guide something what could went wrong?
compiling syscall.c...
linking...
F466RE_USB_MASS_STORAGE\F466RE_USB_MASS_STORAGE.axf: Error: L6200E: Symbol HAL_SD_AbortCallback multiply defined (by stm32f4xx_hal_sd.o and bsp_driver_sd.o).
F466RE_USB_MASS_STORAGE\F466RE_USB_MASS_STORAGE.axf: Error: L6200E: Symbol HAL_SD_RxCpltCallback multiply defined (by stm32f4xx_hal_sd.o and bsp_driver_sd.o).
F466RE_USB_MASS_STORAGE\F466RE_USB_MASS_STORAGE.axf: Error: L6200E: Symbol HAL_SD_TxCpltCallback multiply defined (by stm32f4xx_hal_sd.o and bsp_driver_sd.o).
Not enough information to list image symbols.
Not enough information to list load addresses in the image map.
Finished: 2 information, 0 warning and 3 error messages.
"F466RE_USB_MASS_STORAGE\F466RE_USB_MASS_STORAGE.axf" - 3 Error(s), 1 Warning(s).
I searched the function it;s in two places.
how to fix it?
2020-06-30 08:24 PM
changing the IDE from Kiel to STMCube IDE worked :grinning_face:
2020-07-05 05:48 AM
2020-07-06 06:00 PM
@Community member any suggestions?