User Activity

The other end of USB is a custom board which can act as a CDC device.(When connecting the custom board to PC, interface showing as per the attachment.. Showing as RNDIS interface and 3 virtual COM Port.)Attached code which we tried for USB host. Pl...
After 36, it will give error and exited from code.I tried another card , the code will set the sector count to 16 and loops through it to make the read complete. As i am trying a large file, its taking so much time.I just want to know, is the se...
HAL_Delay (500); fresult = f_mount(&fs, "/", 1);  if (fresult != FR_OK)   Serial_PutString ("ERROR!!! in mounting SD CARD...\n\n");  else  {   Serial_PutString("\n\r SD CARD mounted successfully...\n\n");  fresult = f_open (&fil, "zephyr_20210506_nbi...
When i tried to give Pull ups for SPI pins except SPI1_SCK, i am getting FR_NOT_READY error.I am completely stuck in this issue. Please have a look into this and provide a solution for me.Thanks in advance.Jestina
The QSPI pins are mentioned in STM32H7A3 reference document. Please refer Img1.In STM32CubeIDE I am seeing the interface as OCTOSPI. Please refer Img2.I need to know Does STM32H7A3 board supports QSPI or OCTOSPI?If it supports , please give the det...
Kudos from