CAVEAT: Yes, I am redefining the wheel. I am trying to learn the basics before taking advantage of what others have already done. This is my "Hello" project.Actually it does accept expressions. This compiles:const int VAL = (0x123456 & (~(0x3<<12...
So how do I do this?This is my first project using C and STM32. I am trying to learn the basics before actually using Cube/FreeRTOS. I am trying to create a definition header file that I tweak a few up front parameters based on what hardware I choo...