• limitation in array size?
    Hello, is ther a limitation in array size? "unsigned char huge test [2048]" works fine. One kByte more, and the processor is hanging up. The compiler makes no trouble. eg. unsigned char huge test...
  • is array size limited?
    Hi, When i run the program below with the array size as 255,the random values are getting stored in the value array correctly.But if I increase the size of the array to 256 only '0's'(zeros) are getting...
  • 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
  • code size limitation to 64k?
    Hi The problem reported in '6286 sprintf malfunction?' seems to be a more general problem: I guess that I can't have a code size more than 64k. How to break this limit? I have read, that the 80C166...