User Activity

I'm using an STM32L4A6ZG (as a nucleo board). This is the code I am using:#include "err_codes.h" #include "sk.h" #include "aes_common.h" #include "aes_cbc.h" #define AES_BLOCK 16 #define IV_LENGTH 16 #define SIZE 32__ALIGN_BEGIN static const uint8_t ...
Hello everyone,I try to transmitt data with my STM32L4A6ZG via SPI. I configured the Transmitt Only MasterMode and have NSS via hardware selected. After Initialization I check with the function: ret_tx1 = HAL_SPI_GetState(&hspi1);Which returns: HAL_S...
Upon building with STM32CubeIDE I just get > collect2: error: ld returned 1 exit status> make: *** [makefile:44: help.elf] Error 1Calling arm-none-eabi-gcc directly gets me> arm-none-eabi-gcc: error: nosys.specs: No such file or directoryAny suggesti...