Hi : I updated STM32CubeIDE a few hours ago. Version: 1.15.0Build: 20695_20240315_1429 (UTC) Now it will failed at the SystemClock_Config() and missing arm_sorting.h void SystemClock_Config(void){RCC_OscInitTypeDef RCC_OscInitStruct = {0};RCC_C...
@B.Montanari : HAL_UART_TxCpltCallback Triggered but HAL_UART_RxCpltCallback was not triggered. Do any more parameters need to be set?Dev Board uses Nucleo-U5A5ZJ-Q. Regards Simon PS: I had been trying GPDMA with the above boa...
hi @STTwo-32 : I get passed the " SystemClock_Config()" but now it stop at MX_USB_OTG_HS_HCD_Init(). static void MX_USB_OTG_HS_HCD_Init(void)
{
/* USER CODE BEGIN USB_OTG_HS_Init 0 */
/* USER CODE END USB_OTG_HS_Init 0...
@STTwo-32 : You have mentioned earlier regarding something about the path:here is the link: https://github.com/ARM-software/CMSIS_5/issues/910below is the comment: "You need to include the folder DSP/PrivateInclude when building.T...