|
From: | Felix Ruess |
Subject: | Re: [Paparazzi-devel] stm32f4 discovery |
Date: | Wed, 11 Sep 2013 19:09:25 +0200 |
I tried a bit with the stm32f4 discovery board and saw some code i don't understand:I'm working with kronaks excel sheet (http://kornakprotoblog.blogspot.co.at/2012/01/pinout-spreadsheet-for-stm32f4.html)
stm32f4_discovery.h
/*SPI*/
#define SPI_SELECT_SLAVE0_PORT GPIOB
#define SPI_SELECT_SLAVE0_PIN GPIO9
B 9 does not support SPI1 NSS, i think A 4 would be correct.
stm32f4_discover.makefile
# default flash mode is via usb dfu bootloader
# possibilities: DFU, SWD
FLASH_MODE ?= DFU
STLINK ?= n
DFU_UTIL ?= yIs there a dfu bootloader ? I havent found one anywhere yet. If not, i would change this to stlink as default.
I would start to write a article in the wiki, would be nice if i can get the status of the "sensor addon board".Can i add it directly to stm32f4 based board ? ( I would add it with the sensor board as "one" board)
[Prev in Thread] | Current Thread | [Next in Thread] |