STM32Cube MCU Full Package for the STM32F1 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Go to file
Frederic Barachant 8556b11125 I found that the HAL implementation of a test for the CAN_FMR register is wrong.
In dm00031020, chapter 32.9.4, it is said that the register can take values up to 28 in order to have all filters assigned to can1.

However, in stm32F1XX_hal_can.h, the define IS_CAN_FILTER_BANK_DUAL tests it to be <=27.

I do believe this test is wrong and will fail a valid call to set filters if asserts are enabled.
2022-04-29 09:00:30 +02:00
.github Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now accepted 2020-03-26 10:42:15 +01:00
Documentation Release v1.8.0 2019-07-19 14:54:54 +01:00
Drivers I found that the HAL implementation of a test for the CAN_FMR register is wrong. 2022-04-29 09:00:30 +02:00
Middlewares Release v1.8.4 2021-06-07 17:37:27 +01:00
Projects [PROJECTS][NUCLEO-F103RB][EEPROM] Replace hard-coded page end address by a variable in EE_VerifyPageFullyErased() 2022-01-21 17:54:07 +01:00
Utilities Release v1.8.0 2019-07-19 14:54:54 +01:00
_htmresc Release v1.8.3 2020-10-30 15:10:41 +01:00
CODE_OF_CONDUCT.md Release v1.8.0 2019-07-19 14:54:54 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now accepted 2020-03-26 10:42:15 +01:00
License.md Release v1.8.1 2020-08-28 17:16:38 +01:00
README.md Release v1.8.4 2021-06-07 17:37:27 +01:00
Release_Notes.html Release v1.8.4 2021-06-07 17:37:27 +01:00
package.xml Release v1.8.4 2021-06-07 17:37:27 +01:00

README.md

STM32CubeF1 MCU Firmware Package

latest tag

STM32Cube is an STMicroelectronics original initiative to ease developers' life by reducing efforts, time and cost.

STM32Cube covers the overall STM32 products portfolio. It includes a comprehensive embedded software platform delivered for each STM32 series.

  • The CMSIS modules (core and device) corresponding to the ARM(tm) core implemented in this STM32 product.
  • The STM32 HAL-LL drivers, an abstraction layer offering a set of APIs ensuring maximized portability across the STM32 portfolio.
  • The BSP drivers of each evaluation, demonstration or nucleo board provided for this STM32 series.
  • A consistent set of middleware libraries such as RTOS, USB, FatFS, graphics, touch sensing library...
  • A full set of software projects (basic examples, applications, and demonstrations) for each board provided for this STM32 series.

The STM32CubeF1 MCU Package projects are directly running on the STM32F1 series boards. You can find in each Projects/Board name directories a set of software projects (Applications/Demonstration/Examples).

Release note

Details about the content of this release are available in the release note here.

Boards available

Troubleshooting

Caution : The issues and the pull-requests are strictly limited to submit problems or suggestions related to the software delivered in this repository.

For any other question related to the product, the hardware performance or characteristics, the tools, the environment, you can submit it to the ST Community on the STM32 MCUs related page.