Search found 4 matches

by BobVonKnobloch
Thu Jan 03, 2019 3:48 pm
Forum: ChibiOS/RT
Topic: Clock arrangemants for STM32-F407
Replies: 6
Views: 2846

Re: Clock arrangemants for STM32-F407

Thanks SteveD,
all working now - I just had to adjust the ports in main.c
Best wishes,

Bob
by BobVonKnobloch
Thu Jan 03, 2019 10:55 am
Forum: ChibiOS/RT
Topic: Clock arrangemants for STM32-F407
Replies: 6
Views: 2846

Re: Clock arrangemants for STM32-F407

Hi Giovanni,
In "mcuconf.h", I changed the entry "#define STM32_PLLM_VALUE" to 12 (was 8 in the demo, the ST board is 8MHz; the Olimex board is 12MHz) but still have the same error.
Any suggestions (am I using the right entry)?
Best wishes,
Bob
by BobVonKnobloch
Wed Jan 02, 2019 4:58 pm
Forum: ChibiOS/RT
Topic: Clock arrangemants for STM32-F407
Replies: 6
Views: 2846

Re: Clock arrangemants for STM32-F407

OK thanks, I will look at mcuconf.h (that may be the piece I was missing - thanks).
Short version: would love to, but you don't appear to have a demo for this board.
Best wishes,
Bob
by BobVonKnobloch
Wed Jan 02, 2019 11:32 am
Forum: ChibiOS/RT
Topic: Clock arrangemants for STM32-F407
Replies: 6
Views: 2846

Clock arrangemants for STM32-F407

Hi, I am trying to get an Olimex board (STM32_E407 Rev.F) going. I have copied the demo files for the RT_STM32F407-DISCOVERY to RT_STM32F407-OLIMEX (in the same directory) and changed one Makefile entry to: "include $(CHIBIOS)/os/hal/boards/OLIMEX_STM32_E407/board.mk". Attempting to compil...

Go to advanced search