• Upgrading old microvision with a STR9
    Hello, Can I add a STR9 device to an old microvision? If so, how? Thanks in advance
  • uVision (microvision) Configuration Distribution
    About a week ago I searched for a way to implement all the same settings, templates and other such settings that are not project specific. The only post on the forums I could find was this one: ...
  • Microvision 3 on Windows Vista
    Does anyboy know if UV3 works on Vista platform? If not, is there any work around? Thanks in advance JIMMY
  • Ethernet Stop working
    Hello Here is my program int main (void) { net_initialize(); socket = tcp_get_socket (TCP_TYPE_SERVER, 0, 20, tcp_callback); if (socket) { tcp_listen (socket, 4050); } if (tcp_check_send...
  • Linux based equivalent of microvision 4
    Hi I am currently using microvision 4 for programming my Arm9 controller.However I wish to move to linux based toolchain(microvision is windows based). Any Suggestions