• 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...
  • 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...
  • 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?
  • array of structs with fixed content
    Hi you all. I need to creat an LCD based user interface. Therefore , I decided to use a struct for each LCD menu: typedef struct Menu { char lcd_first_line[16]; char lcd_second_line[16]; struct...