• include file net_config.h not present
    i want to use DHCP in getting the client ip address so i need to use localm structure in net_config.h.. but when used it gives an error saying no header file present.. i am using realview MDk-ARM version...
  • rt_post_taskswitch not present in RTX for Cortex ?
    Hello, I have used "rt_post_taskswitch" on ARM7 type platforms, but I don't see it in RTX 4.70+ for Cortex architecture (I have the sources). Is this intentional or am I missing something?
  • Forums fixed
    The forums have been unavailable for the past day due to a technical issue. Please be aware that any postings made within this time will need to made again. We apologise for any inconvenience caused...
  • How to make an interruptable code sequence in C?
    I am looking for opinions on how to create a code sequence that is written in "C" that must be performed as an uninterruptable sequence. I want to disable interrupts (globally) execute a code sequence...
  • How to determine size of RAM present in controller
    The Realview MDK toolchain provides a number of $$ linker generated variables with the base, limit and size of sections. What I need is such a variable that holds the total amount of ram present...