2022-06-12 05:41 PM
I use STM32CubeIDE 1.9.0, the chip is STM32G474, I want to know the data type of the GCC compiler, but I failed to find the related documents. below figure is that I found in another brand IDE.
Could you kindly help? Thanks!
2022-06-12 11:14 PM
Data types are defined by ARM, not by ST.
https://github.com/ARM-software/abi-aa/releases
2022-06-13 06:09 PM
Could you kindly figure out which document include these? Thanks!