Question
stm3210E_EVAL: USB, SDcard, NAND Flash
Posted on May 15, 2015 at 16:08
Hello,
I use the stm3210e_eval board.I copmpiled the STM3210E-EVAL_FW_V2.1.0 using the IDE Coocox. everything is Ok.but I have a problem at the level of USB, SDcard and the NAND Flash.In fact, the STM3210E_EVAL support two logical unit number: the SDcard and the NAND flash.I want delete the NAND and keep only the SDcard.So I change uint32_t Max_Lun = 1; to uint32_t Max_Lun = 0; inusb_prop.c
but Windows don't detect the usb connection anymore !I don't understand what !! any helps please ?feel free to ask me more questions if I wasn't clear in the description of my problem.thanks #usb #sdcard #stm3210e_eval