• About variables and arrays
    Hi everyone I want to develop a web server using the cygnal 8051 mcu, but I want to know how can I declare a varible or array for the next data: Data "HTTP/1.0 200 OK" , $0d , $0a Data "Content...
  • About variables and arrays
    Hi everyone I want to develop a web server using the cygnal 8051 mcu, but I want to know how can I declare a varible or array for the next data: Data "HTTP/1.0 200 OK" , $0d , $0a Data "Content...
  • CORTEX M4 - Output an array declared with __DATA(RAM) attribute?
    Hi to you all, I'm using an LPC4370 (in a link2 probe) to output the data acquired @ 40 MSPS using the USB CDC VCOM driver included in the LPCOPEN Libraries . I can output an array of uint32_t elements...
  • CORTEX M4 - Output an array declared with __DATA(RAM) attribute?
    Hi to you all, I'm using an LPC4370 (in a link2 probe) to output the data acquired @ 40 MSPS using the USB CDC VCOM driver included in the LPCOPEN Libraries . I can output an array of uint32_t elements...
  • DECLARING VARIABLES (arrays) IN HEADER FILES
    Hi, There is a Q&A in keil database named "GENERAL: DECLARING VARIABLES IN HEADER FILES" It shows how to declare single variables & initialize them in a header file. When I use the same method...