Search found 1226 matches

by Tectu
Thu May 10, 2012 1:35 pm
Forum: Development and Feedback
Topic: custom board LED blink
Replies: 22
Views: 14960

Re: custom board LED blink

I am sure that there is an 8MHz Crystal on the board - but I cannot tell if it is working or not.

Would it be possible to change the ChibiOS stuff to HSI for testing?
by Tectu
Thu May 10, 2012 1:23 pm
Forum: Development and Feedback
Topic: custom board LED blink
Replies: 22
Views: 14960

Re: custom board LED blink

It's definitely not a hardware issue. I didn't change anything on the board itself or my setup, and this program worked without any problems: #include "stm32f10x.h" void GPIO_Configuration(void); int main(void) { delay_init(); GPIO_Configuration(); while (1){ GPIO_SetBits(GPIOD , GPIO_Pin_...
by Tectu
Thu May 10, 2012 12:57 pm
Forum: Development and Feedback
Topic: custom board LED blink
Replies: 22
Views: 14960

Re: custom board LED blink

Okay, I made now a directory for my board, containing the three board.* files. Here is the chibios/boards/MY_BOARD/board.h: #ifndef _BOARD_H_ #define _BOARD_H_ // Board identifier. #define BOARD_MY_BOARD #define BOARD_NAME "my board" // Board frequencies. #define STM32_LSECLK 32768 #define...
by Tectu
Thu May 10, 2012 12:00 pm
Forum: Development and Feedback
Topic: custom board LED blink
Replies: 22
Views: 14960

Re: custom board LED blink

Hello Guys, thank you for your help, I am creating a makefile for my board right now. There is just one thing I don't understand clearly: In the example board files I can see, that the ODR values are 0xFFFFFFFF for LEDs (push-pull output) and buttong (digital input push-pull). But the documentation ...
by Tectu
Thu May 10, 2012 10:18 am
Forum: Development and Feedback
Topic: custom board LED blink
Replies: 22
Views: 14960

Re: custom board LED blink

updated - sorry for the copy-paste fail
by Tectu
Thu May 10, 2012 10:02 am
Forum: Development and Feedback
Topic: custom board LED blink
Replies: 22
Views: 14960

custom board LED blink

Hello Guys, I am taking my first steps with chibios on STM32. I have this STM32F103VET board: http://www.ebay.com/itm/STM32-Development-Board-STM32F103VCT6-3-2-TFT-LCD?item=260775580114&cmd=ViewItem&_trksid=p5197.m7&_trkparms=algo%3DLVI%26itu%3DUCI%26otn%3D1%26po%3DLVI%26ps%3D63%26clkid%...

Go to advanced search