• 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...
  • 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...
  • 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...
  • 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...