Question
Problem with CLASSB STL_ClockStartUpTest
Hi,
- In the snippet below, comment says select PLL as system clock but in code it is configured as HSE clock which one shall be considered?
/* Select PLL as system clock source and configure the HCLK, PCLK1 and PCLK2
clocks dividers */
RCC_ClkInitStruct.ClockType = RCC_CLOCKTYPE_SYSCLK;
RCC_ClkInitStruct.SYSCLKSource = RCC_SYSCLKSOURCE_HSE;
if(HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_0) != HAL_OK)
- In CLASSB package 2.3.0, the startup self test is getting failed during cross reference measurement. In the implementation the HAL driver is replaced by custom drivers, whose source is attached in the thread.
Controller: STM32H723ZG
Package: X-CUBE-CLASSB 2.3.0
