Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


You are viewing a reply to BLE warnings on ST example  

BLE warnings on ST example

Hi Udibit,


It happend beacuse your example use some files to compile according with IAR compiler.

The __packed attribute is kinda different on GCC compiler, as described here:

https://www.iar.com/contentassets/e20cfa542d1a4734aa6b234bea42f11a/example-5.pdfQuestion

To solve this, you can go to:

Project Proprieties -> C/C++ General -> Paths and Symbols -> (TAB) Symbols

and press to add a symbol, and:

name: __packed
value: attribute packed

You should do it to __weak too


I saw this on a generated project from STM32CubeMX.