• 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...
  • Define act as function?
    I've been using defines as fucntions like this: sbit DRIVE_PIN05 = P1^3; #define DRIVE_PIN05_HIGH (P1MDOUT |= 0x08);(DRIVE_PIN05 = 0) #define DRIVE_PIN05_LOW (P1MDOUT |= 0x08);(DRIVE_PIN05 ...
  • STM32 and ULINK
    The ULINK1 is not working with STM32. The sympton is as follows. 1. In case of "ULINK ARM Debugger" "No ARM Device found in JTAG chain. Please check the JTAG cable and the connected devices." ...
  • 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...