User Activity

i am integrating STL XCUBE class-B V2.2.0 Packages with STM32L433 controller here issue RAM startup self test, if (STL_FullRamMarchC(RAM_START, RAM_END, BCKGRND) != SRAMTEST_SUCCESS) failed, when i run debug its jumping to hard fault , what could be...
i am integrating STL XCUBE class-B 2.2.0 Packages with STM32L433 controller here issue with CRC test failing, what are configuration required to generate checksum attach end of application.This patch i found in the SWSTM32 IDE linker file  /* check ...
i am working on STM32L4 STL Safety Libraries checking FLASH CRC using Atollic true studio , Here the IDE not generating checksum please suggest me what are configuration need to in the IDE, how to verify flash test ?Control Flow Error (main loop, Fla...
Hi,void HAL_TIM_IC_CaptureCallback(TIM_HandleTypeDef *htim){ if(htim->Channel == HAL_TIM_ACTIVE_CHANNEL_1) {  captureDone = 1; }}HAL_TIM_IC_Start_DMA(&htim2, TIM_CHANNEL_1, (uint32_t*) captures, 2);void HAL_TIM_IC_MspInit(TIM_HandleTypeDef* htim_ic){...