• Looking to hire ARM programmer/tutor
    Need help with some school projects. Let me know if you're available.
  • where to get the tutor of software simulation integrated in uvision?
    where to get the tutor of software simulation integrated in uvision? such like uart,external interrupt,timer and so on. hwo to config the simulating dialog when soft debug?
  • Looking for efficiency
    I am using small memory model and I need to write data to an absolute memory location (0xC002), so I'm using the MVAR macro: #define DISPLAY_DATA MVAR(unsigned char, 0xC002) void main(void) { DISPLAY_DATA...
  • Looking for gyroo accelero code
    Hi, I dont know if this is the right forum but I'm supposed to write some code for a device containing an ARM uC that reads data from a gyro/accelero meter and determines its position in space. A read...
  • Looking for simple USB application
    Hi, I need my Keil MCBSTM32EXL board to communicate with a PC by means of a USB connection for data exchange. My question is this: is there a simple, well documented, code example of how to implement...