• locating a function to a special adress
    please help me I want to place my wait() function in util.c from 4000H adress; I wrote "?PR?wait?util(0x4000)" in Options menu>LX51 Locate> User Segment I got *** ERROR L108: SEGMENT IN LOCATING...
  • Execute functions from special memmory region
    I'm trying to compile "Bootloader" with commonly used code. But some of the functions not used in "Bootloader" execution runtime. But they will be used and not modified during "main application" development...
  • Locating the RW and ZI load region
    I'm wanting to create a code image with the layout: 1 - Startup/Bootstrap 2 - Executable code 3 - (probable gap) 4 - Fixed location dispatch table 5 - (probably gap) 6 - Fixed location tables...
  • Special functions for Hardware Access
    Are there special functions for access to the hardware, has share while passing by macros (#define)?
  • Special character languages for webserver
    Hi Everyone, I am currently using Keil MDK ARM along with a STM32F4 micro. I am using nearly all library functions : TCP/IP, FFS, USB, RTOS... I host a webserver for which I use language files...