STM32CubeF3 icon indicating copy to clipboard operation
STM32CubeF3 copied to clipboard

STM32Cube MCU Full Package for the STM32F3 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discov...

Results 3 STM32CubeF3 issues
Sort by recently updated
recently updated
newest added

Fixed wrong RTC RS flag status waiting. ## IMPORTANT INFORMATION ### Contributor License Agreement (CLA) * The Pull Request feature will be considered by STMicroelectronics after the signature of a...

bug
spotted before customer
hal

Hi In stm32f3xx_hal_rcc.c are two const array ``` uint8_t const aPLLMULFactorTable[16U] = { 2U, 3U, 4U, 5U, 6U, 7U, 8U, 9U, 10U, 11U, 12U, 13U, 14U, 15U, 16U, 16U}; uint8_t...

bug
internal bug tracker
hal

**Describe the set-up** STM32CubeIDE 1.12.0 **Describe the bug (skip if none)** AN4449 Example builds but immediately faults on launch with indeterminate error. Setting breaks on an LED3 calls doesn't yield...

projects