auto-sync
This commit is contained in:
parent
2fe60683cf
commit
b955103237
|
@ -171,6 +171,7 @@ void setHip9011FrankensoPinout(void) {
|
||||||
*/
|
*/
|
||||||
boardConfiguration->isHip9011Enabled = true;
|
boardConfiguration->isHip9011Enabled = true;
|
||||||
boardConfiguration->hip9011CsPin = GPIOD_0;
|
boardConfiguration->hip9011CsPin = GPIOD_0;
|
||||||
|
engineConfiguration->hip9011PrescalerAndSDO = 6; // 8MHz chip
|
||||||
boardConfiguration->hip9011IntHoldPin = GPIOB_11;
|
boardConfiguration->hip9011IntHoldPin = GPIOB_11;
|
||||||
boardConfiguration->hip9011IntHoldPinMode = OM_OPENDRAIN;
|
boardConfiguration->hip9011IntHoldPinMode = OM_OPENDRAIN;
|
||||||
boardConfiguration->is_enabled_spi_2 = true;
|
boardConfiguration->is_enabled_spi_2 = true;
|
||||||
|
@ -341,7 +342,8 @@ static void hipStartupCode(void) {
|
||||||
// D[4:1] = 1000 : 24 MHz
|
// D[4:1] = 1000 : 24 MHz
|
||||||
|
|
||||||
|
|
||||||
// '0' for 4MHz
|
// 0 for 4MHz
|
||||||
|
// 6 for 8 MHz
|
||||||
currentPrescaler = engineConfiguration->hip9011PrescalerAndSDO;
|
currentPrescaler = engineConfiguration->hip9011PrescalerAndSDO;
|
||||||
SPI_SYNCHRONOUS(SET_PRESCALER_CMD + currentPrescaler);
|
SPI_SYNCHRONOUS(SET_PRESCALER_CMD + currentPrescaler);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue