Mina2016
Junior Member level 1
Hello. In MDK KEIL, I created a simple c program and then I need to read data in Hex from the memory(STM32).
in C program I have
short b=255
int c=256
I know that in 8 bit numbers, the max number is 255. I wonder if the two line of the program above are correct or not. If so, how I can convert those to hex.
Tnx in advance.
in C program I have
short b=255
int c=256
I know that in 8 bit numbers, the max number is 255. I wonder if the two line of the program above are correct or not. If so, how I can convert those to hex.
Tnx in advance.