User Activity

Posted on February 25, 2016 at 10:22Hello everyone! I'm trying to store a user data in flash memory by the nexf source code #define FLASH_START_ADDR  ((uint32_t)0x08000000) #define FLASH_END_ADDR      ((uint32_t)0x0803FFFF) #define FLASH_PAGE_SIZE  ...
Posted on February 16, 2016 at 15:49Hello every one I need to implement the code for STM32F, like the next lines: #include <stdlib.h> #include <math.h> ... int b; a= max(10, b) The compilation result is warning: implicit declaration of function 'ma...
Posted on September 30, 2015 at 11:23Hi every one I get a strange bug with a subject. It's in a relation to the preprocessor directives. There is a few definition in a header file (adc.h):#define ADC_NUM_OF_BITS_12                (0) #define ADC_NUM...