Hello everybody,I have set an STM32469I Discovery as USB HOST MSC which has a SD card slot available. My idea is transfer all files contained in any USB flash drive connected to the USB port into the SD card ( supposing there is enough space capacit...
I'm using STM32L4A6 and it's SDMMC peripheral to communicate with an eMMC device.I found it occasionally get stuck in the MMC_InitCard() call. Further investigation shows it's stuck in the MMC_ReadExtCSD() call, where it utilizes a timeout value of 0...
Hello, I am using the STM3273C board as an i2c slave. The master is requesting the data via repeated start.For this I am using the method HAL_I2C_Slave_Sequential_Transmit_IT. The problem is that the first byte after the restart is always 0xFF. The d...
I found examples in STM32CubeIDE but they don't concern the special topic 'Mem', meaning writing device address and internal register address together within one data packet.
Hi guys.. I have to create a bootloader for the micro STM32F746GZ . I have already an existing application for such a micro. I need to create the bootloader and then jumping from bootloader to the existing application. Any ideas about how to do it i...
I ordered on 14th June and the order is still in the processing state. Will it arrive in time for the course?
I am trying to learn about implementing a composite usb device. I have seen that Cube does not provide a ready solution for this and so I downloaded the USB FW library along with the examples. There is an example for a HID-CDC composite.I have seen t...