Commit Graph

9 Commits

Author SHA1 Message Date
mculover666
2540b9fc41 update STM32L4xx_HAL_Driver lib to 1.17.0 2021-09-01 10:45:42 +08:00
supowang
89f53ad026 add stm32h750 iot explorer examples 2021-04-25 16:38:56 +08:00
supowang
db32f5ecdf add stm32h750 support
add stm32h750 support
2021-02-01 16:21:34 +08:00
supowang
abd5fa994b add cortex-m33 support, TrustZone-m not supported now
add cortex-m33 support, TrustZone-m not supported now
2020-11-05 15:36:33 +08:00
supowang
39173317db fix l073 lorawankeil project
fix l073 lorawankeil  project
2020-05-07 12:31:43 +08:00
supowang
f6527d2d9a delete some unused bsp files to reduce code size
delete some unused bsp files to reduce code size
2020-04-24 10:50:20 +08:00
Winfred LIN
47d6313ba1 added reading flash functions for stm32l0xx series
1. implemented HAL_StatusTypeDef HAL_FLASH_ReadWord(uint32_t Address, uint32_t* Data); and HAL_StatusTypeDef HAL_FLASH_ReadHalfWord(uint32_t Address, uint16_t* Data); which allows user to read the internal FLASH (with out read protection)

2. implemeted device_config struct to store device configurations, e.g. magnetometer fullscale, report period, etc.

3. added demonstration code of using flash reading apis in lora_demo.c, in which the configuration sent from the cloud is stored into the internal Data EEPROM bank1, and each time when the device is booted, the configurations would be loaded from the Data EEPROM and used to initialize the application.
2020-04-03 18:21:16 +11:00
daishengdong
cb2477f66e support RHF0M0E5 board with armcc v6
1. project, see TencentOS-tiny\board\RHF0M0E5_STM32WLE5xx\KEIL\hello_world
2020-03-12 20:10:27 +08:00
supowang
edb2879617 first commit for opensource
first commit for opensource
2019-09-16 13:19:50 +08:00