User Activity

Posted on December 09, 2017 at 18:52Hi,I'm trying to develop an ISO7816 t=1 application on my MCU,I successfully communicate with Javacard V2.2 via 7816 t=0, but I need to add supporting of t=1 layer,As I know this is in 2th layer of OSI model (data...
Posted on December 31, 2014 at 16:02 hi every one is there any special function for this purpose ? i am currently read characters byte by byte and compare them with desire character but i dont know why it does not work some time my way ...
Posted on December 09, 2015 at 08:53Hi I have a Keil RTX C program which work correctly,Now i need to include a C++ library to it, but as you know C compilers are not able to compile C++ libraries(I used CLASS in my C++ library). Then is it possible...
Posted on September 02, 2015 at 22:29hi every one I'm trying to initial stm32f103rbt6's window watchdog with keil cmsis examples, every thing is OK but in reverse direction,i mean it seems external interrupt & wwdg interrupt handlers are act instead...
Posted on August 31, 2015 at 07:49 hi every body i have a problem with strstr function, i receive characters from uart with interrupt & save them on the n length array(buffer array), then in main loop i check buffer with strstr funct...