Other Parts Discussed in Thread: HALCOGEN
Why is the FreeRTOS port generated by HALCoGen adding a function ulPortCountLeadingZeros, that is implemtened in assembler, while the compiler/device combination supports __clz()?
I assume that the device supports __clz() as the compiler defines __ARM_FEATURE_CLZ when passing --silicon_version=7R5.