• Preprocessor #define acting strange.
    I have several pins relabeled using the #define directive in a header file called "gpio.h". Several files reference this file. In main.c I reference this file with the fallowing command: #include "gpio...
  • tcp_send function acting weird
    Hello, I use TCPNet for my ethernet connection. I have a buffer wich I pass through via the function tcp_send, when I change the values of this buffer right after I called the function, then I receive...
  • STM32 JTAG debugging with ULINK-ME acts weird
    I've been using MicroVision IDE and debugging STM32 successfully, until recently. When starting the debugging, after loading the software the debugger gives the following: Cannot access Memory...
  • Why does my debugger act strange?
    Hi, I'm using the MCBSTM32E board with a STM32F103ZE uC with the ULINK-ME interface. The debugger can be set to run to main and then it nicely stops at the first code to be execute by the main...
  • LPC2368 USB interface act as virtual COM port
    Hello all, im working with LPC2368 trying to make it appear in windows as virtual COM port. Is there any example on that? I have seen examples for HID device and mass storage but im not really getting...