User Activity

 HAL_SPI_Transmit(&hspi1, NULL, 0, 0); uint32_t error = HAL_SPI_GetError(&hspi1); HAL_SPI_StateTypeDef spiState = HAL_SPI_GetState(&hspi1); above lines of code i expect error = error codespiState must be error state , but i still gets  error&nbs...
i always gets the below error while debugging the stm L$ board via visual studioOPEN OCD gdb executable arm-none-eabi-gdb.exe was not foundPlease configure cortex-debug.armtoolchainpath or cortex-debug.gdbpath correctly.can i know the reason for this...
Kudos given to