• Problems with binary operator
    My keil version 4.0a Quick example: #include<lpc23xx.h> #include <math.h> #define RS 0x10000000; #define E 0x80000000; int main(void) { IODIR1 = RS + E ;} Why it doesn't work, it...
  • Problems with binary operator
    My keil version 4.0a Quick example: #include<lpc23xx.h> #include <math.h> #define RS 0x10000000; #define E 0x80000000; int main(void) { IODIR1 = RS + E ;} Why it doesn't work, it...
  • Sending Binary Data with "printf"
    Hi.. I want to send Binary Data using printf() function for examle if I do printf("%d",i) where i=16706 then printf() function transmit that integer in text mode (not in Binary mode) i.e. it will...
  • Load binary files with ulink2
    Hello, I'm working with ulink2 JTAG, and I need load binary files to a microcontroler ATSAM7. I have SAMBA, but this doesn't recognize ulink2, and I need load a binary (or hex) file to the microcontroller...
  • binary file with RL-FlashFS
    Hi, I'd like know if the library RL-FlashFS works with the binary file also. thanks