int16_t working in System Workbench, uint16_t not Posted by ulix on 2017-11-29 00:24 Hi, I’m trying to declear some varibales in my project for a STM32F429 MCU, but I’m struggeling to get uint16_t working. I added: “#include “stdint.h”, but for uint16_t I get: unknown type name. How can I resolve this? Thanky a lot
Posted by ulix on 2017-12-14 22:10 Thank you very much hardwareguyvw! I got it working with: #include “stdint.h” #include “stdlib.h” #include “stdio.h”