• Max. Ethernet Frame Size
    I have board MCB2300 (with LPC 2378 microprocessor). I read in LPC23xx User manual that MAXIMUM FRAME LENGTH (MAXF)sets to the value 0x0600, which represents a maximum receive frame of 1536 octets...
  • Max. Allowed size for variables
    I'm using the Keil DK-ARM suite to write code for the LPC2129. I want to read-out an ADC and store 1000 samples in an array. When I locally declare an array, the debugger comes up with: error 65: access...
  • Max Prog Code Size in W78E516
    Hello Guys, Recently i came upon Nuvoton W78E516D micro controller. The data sheet specifies that it has 64KB of flash rom which means that my program code of size 60 KB or atleast 10KB can fit in...
  • Running with Code Size Limit
    I got a message: EVALUATION MODE Running with Code Size Limit: 32K. My program is only 4 rows. while (1) { /* USER CODE END WHILE */ HAL_GPIO_WritePin(GPIOB,GPIO_PIN_5,GPIO_PIN_RESET); HAL_Delay...
  • Code Size Limit
    In Keil uVision3 evaluation version, its debugger is 16K code-size limited. Is this meaning that our program size is limited to 16KBytes in C code or assembly code ? Thanks