• calling C-function from within assembler?
    I want to call a C-function from an assembler-file. for example: void asc0_SendInt(void) interrupt S0TINT using rbank_s0 { ...my code } My Assemblerroutine looks like: $MOD167 $SEGMENTED...
  • calling C-function from within assembler?
    I want to call a C-function from an assembler-file. for example: void asc0_SendInt(void) interrupt S0TINT using rbank_s0 { ...my code } My Assemblerroutine looks like: $MOD167 $SEGMENTED...
  • SSL library of Keil included within Security option
    Hi, I am using keil 5.23, and have selected HTTPS.Using HTTPS Webserver is created and I am trying to upload .xml file via Webserver, My doubts are: 1. What maximum size of file can be uploaded...
  • SSL library of Keil included within Security option
    Hi, I am using keil 5.23, and have selected HTTPS.Using HTTPS Webserver is created and I am trying to upload .xml file via Webserver, My doubts are: 1. What maximum size of file can be uploaded...
  • including assembler file into C project
    Hi all, I have to include an ASM file into my C project, this ASM file cannot be modified since it is also a part of another project using this same file. the ASM file is asm_inc.h and contains only...