User Activity

When changing the HSE clock divider to 2 in STM32cubeMX the code:/** Enable the HSE Prescaler */ __HAL_RCC_HSE_DIV2_ENABLE();Is generated after the HAL_RCC_ClockConfig is called. causing the clock divider on the HSE not to be taken into account w...
Hello,Currently I am working on a End Of Line firmware file that runs in RAM that need to be able to test that the antenna in functioning as expected.In other project with BLE we used aci_hal_tone_start() for this is there a similar function for the ...