Alan Ford

Results 4 issues of Alan Ford

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

Verifying the number of test points is > 0 avoids silently generating a malformed test fixture. Changing "border" to "pcb_support_border" allows the border specified in the shell script to be...