Posted on June 30, 2017 at 19:28Hey guys I have been working with VL53L0X and Stm32F7 at my company so the problem is that it can identify the chip ID well but get a ERROR_CONTROL_INTERFACE at the first api callVL53L0X_DataInit(&MyDevice);After fur...
Posted on December 01, 2016 at 10:35Hey guys I am learning to work around I2S peripheral on Stm32F4 with stmcube.In the stmcube there is parameter setting as audio frequency(options 44khz 48khz 192khz) data frame format(selected 16 bit).I want to p...
Posted on October 28, 2016 at 10:48
Hey guys I am trying to interface sd card with stm32F4 but things are not working,code was developed using cubemx
int main(void)
{
/* USER CODE BEGIN 1 */
/* USER CODE END 1 */
/* MCU Configuration...
Posted on November 02, 2016 at 20:19Hey clive,I also tried enabling the DMA still can't get rid of response timout error quite puzzled as initialization is done without problem just can't read blocks
Posted on November 01, 2016 at 16:52 errorstate = SD_CmdResp1Error(hsd, SD_CMD_SET_BLOCKLEN); Hey clive you were rightHAL_SD_ReadBlocks returns with SD_CMD_RSP_TIMEOUT error due to the above code statement but good news is the SD initialization...
Posted on October 31, 2016 at 19:12Hi clive,there is no Sd card detect pin as such.For IO code timing out I havent check that out.How is it possible to debug SD card without filesystem like if I write a block on sd card how do I check if it has ind...