User Activity

I was expected that isalnum(c) return TRUE when c is '0' to '9' or 'A' to 'Z' or 'a' to 'z' and returns FALSE with any other value. Is it correct?I observed it returns true for any printable character, including '\r', '*', ...The code below was use...
Hi, This particular MCU is not fully populate in project generator, the result when trying to create a project is incomplete project that can't compile. I worked-around by selecting a different MCU, but as migrating between MCU is not supported, I am...