mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Added preliminary support for STM32F765xx
This commit is contained in:
parent
e2b91ae0f1
commit
7a331d03f4
6 changed files with 734 additions and 6 deletions
|
@ -58,9 +58,8 @@
|
|||
#define TEMPSENSOR_CAL_VREFANALOG ( 3300U) /* Analog voltage reference (Vref+) voltage with which temperature sensor has been calibrated in production (+-10 mV) (unit: mV). */
|
||||
|
||||
// These addresses are incorrectly defined in stm32f7xx_ll_adc.h
|
||||
|
||||
#if defined(STM32F745xx) || defined(STM32F746xx)
|
||||
// F745xx_F746xx
|
||||
#if defined(STM32F745xx) || defined(STM32F746xx) || defined(STM32F765xx)
|
||||
// F745xx_F746xx and F765xx_F767xx_F769xx
|
||||
#define VREFINT_CAL_ADDR ((uint16_t*) (0x1FF0F44A))
|
||||
#define TEMPSENSOR_CAL1_ADDR ((uint16_t*) (0x1FF0F44C))
|
||||
#define TEMPSENSOR_CAL2_ADDR ((uint16_t*) (0x1FF0F44E))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue