2017-09-15 01:34 AM
Hi everyone,
I have a problem with USB MSC device on my stm32l152.
I take example from 'STM32Cube_FW_L1_V1.8.0' of USB_Device - MSC_Standalone. In this example the sdcard use SDIO for connect is SD. So I have only change USB_Storage.c for use my SD card connected in SPI.
So my change are mainly STORAGE_Read and STORAGE_Write. For the rest of Middleware nothing are change.
But when a plug the USB to my PC (Windows 10). It recognize as 'Device USB Mass Storage' but windows say :
- Insert Disk in lector
It not recognize my SDCARD.
The logic analizer see the packet of transfert bulk but I thing that the Host doesn't ACK the transfert and then ask a reset. This repeat and repeat. The step are :
- SCSI_TEST_UNIT_READY
- SCSI_TEST_UNIT_READY
- SCSI_TEST_UNIT_READY
- SCSI_READ_CAPACITY10
- SCSI_READ_CAPACITY10
- SCSI_READ10
- Reset USB
So do you think it's problem with my change USB_Storage.c or something else ?
Thanks a lot,
Lo�c
#windows10 #usb-msc-device #stm32l152 #sdcard-spiSolved! Go to Solution.
2017-09-20 12:59 AM
Update :
If you have the same trouble, I have change lot of things but still the same problem of ResetCallback after send the first block.
So I have take STM32Cube and make a new Project empty and the only different was :
void SystemClock_Config(void)
{
...
RCC_OscInitStruct.HSICalibrationValue = 16;
...
}�?�?�?�?�?�?
I have put this variable HSICalibrationValue to 16 and fix my problem !
Loïc
2017-09-20 12:59 AM
Update :
If you have the same trouble, I have change lot of things but still the same problem of ResetCallback after send the first block.
So I have take STM32Cube and make a new Project empty and the only different was :
void SystemClock_Config(void)
{
...
RCC_OscInitStruct.HSICalibrationValue = 16;
...
}�?�?�?�?�?�?
I have put this variable HSICalibrationValue to 16 and fix my problem !
Loïc
2018-05-24 02:01 AM
Salut Loic, je suis debutant dans le domaine et j'essaye de faire communiquer ma STM32L152RE avec un module pour lire la carte SD en SPI. Mais sur STM32CubeMX je n'arrive pas a configurer les ports SPI pour une carte SD, est ce que tu pourrais m'aider ?
Merci
2018-05-24 04:11 AM
Salut Pierre,
je peux probablement t'aider, ou est-tu bloqué dans la configuration des ports SPI ? Quelle libraries utilises-tu ?
Cordialement,
2018-05-24 04:25 AM
Posted on May 24, 2018 at 11:25
Merci de ta reponse et de bien vouloir m'aider!
Alors en fait j'essaye de reutiliser le code d'un camarade qui programmait sur une STM32F103 sauf que je m'y perds completement je sais pas si c'est compatible entre les deux et j'ai melange pas mal de fichiers de configurations du coup j'ai des erreurs un peu partout dans mon projet pour le moment.
Du coup j'essaye de repartir sur un projet CubeMX ''neuf'' mais je n'arrive pas a configurer comme sur cet exemple la:
https://community.st.com/0D50X00009bMM7JSAW
Moi je n'ai ''que'' ces possibilites la: