You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-22Lines changed: 4 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,29 +27,11 @@ Expansion Board. It shows how to do the magnetometer hard iron calibration and d
27
27
* Fusion9X_IKS02A1: This application provides a simple example of usage of the 9-axis fusion (accelerometer, gyroscope and magnetometer) with the X-NUCLEO-IKS02A1
28
28
Expansion Board. It shows how to do the magnetometer hard iron calibration and display on a hyperterminal the values of yaw, pitch and roll.
29
29
30
-
## Setting CRC
31
-
Up to [STM32 core](https://github.com/stm32duino/Arduino_Core_STM32) version 2.2.0 it is necessary to apply the following steps:
32
-
33
-
Check where the Arduino `preferences.txt` file are in `Arduino IDE -> Preferences`.
34
-
35
-
For Example: `C:\Users\Duino\AppData\Local\Arduino15` (Windows)
36
-
37
-
Then go to `.\packages\STM32\hardware\stm32\<release version>\cores\arduino\stm32\stm32yyxx_hal_conf.h` and open the file.
38
-
39
-
In the file add these lines of code:
40
-
41
-
```C
42
-
#if !defined(HAL_CRC_MODULE_ENABLED)
43
-
#define HAL_CRC_MODULE_ENABLED
44
-
#else
45
-
#undef HAL_CRC_MODULE_ENABLED
46
-
#endif
47
-
```
48
-
49
30
## Note
50
31
51
-
The MotionFX Library can be used on STM32 boards with ST MEMS sensors only. For more information, please give a look at the license terms.
52
-
The MotionFX Library currently does not support the Cortex-M4 core of the STM32MP1xx devices.
32
+
The MotionFX library requires [STM32 core](https://github.com/stm32duino/Arduino_Core_STM32) version 2.3.0 or higher.
33
+
The MotionFX library can be used on STM32 boards with ST MEMS sensors only. For more information, please give a look at the license terms.
34
+
The MotionFX library currently does not support the Cortex-M4 core of the STM32MP1xx devices.
53
35
54
36
## Dependencies
55
37
@@ -67,5 +49,5 @@ The MotionFX library requires the following STM32duino libraries:
0 commit comments