Nodate icon indicating copy to clipboard operation
Nodate copied to clipboard

A light-weight framework for STM32 and other architectures written in C++.

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

The Nodate printf routines do not appear to work correctly when printing floating point values with a NUCLEO-F103RB board. The resulting values frequently appear as "0.000". This behavior seems to...

system_stm32f1xx.c initially sets SystemCoreClock to a value of 16000000, while on startup the STM32F1 series defaults to using the 8 MHz HSI clock. This leads to incorrect operation of peripherals...

bug

The NUCLEO-F746ZG board has an 8 MHz external clock, but HSE_VALUE defaults to 25 MHz at line 51 of system_stm32f7xx.c: ``` #if !defined (HSE_VALUE) #define HSE_VALUE ((uint32_t)25000000) /*!< Default value...

bug