• 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 ...
  • 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...
  • 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...
  • Defining C Preprocessor Constants in A51
    Does anyone know a way to define C preprocessor comments at the command line for A51? For example, in C I would do something like: C51 foo.c DEFINE(SOME_CONST) but the "DEFINE" directive does not...
  • uVision 5.29.0.0 WIN 10 PC new project. No device in “Select a device for target1” form's left box. My Device is ATSAME54P20A and is displayed in left column of Pack Installer. All packs/examples “up to...
    I have searched for and have tried many suggestions but nothing seems to solve the problem. I am missing something or make the same mistake over and over. Please help.