Message for Compiling and Linking
During a compile, the "far pointer (implicitly) casted by near pointer" warning comes up concerning the system call in the
mailbox functions. Why do I get this warning?
●
During a link, the "value is undefined" warning comes up for symbols "__TCB_tmrq_for" and " __TCB_tmrq_back". Why do
I get this warning?
●
Top of Page
Memorypool Function
Can I use C language standard function "malloc" to allocate memory (variable-size) dynamically with the MR308?●
Can system call of the variable-size memorypool function be issued from a handler (interrupt handler, cyclic handler, alarm
handler)?
●
In the variable-size memorypool function, there are 4 types of memory block sizes available based on the value
(max_memsize) specified in the configuration file. Please let us know the equation for determining these 4 block sizes.
●
Top of Page
Task Description Method
According to the manual, it's not necessary to describe the ext_tsk system call for each task. Should I describe this system
calls for tasks if I want to reuse these source codes in other applications?
●
Top of Page
System Clock Timer
What is the best system clock frequency?●
Top of Page
Cyclic Handler
Will the cyclic handler begin processing in the interrupt disable state? Or does it start processing in the interrupt enable state?●
Top of Page
Interrupt
When using the MR308 OS-independent interrupt and enabling the multiple interrupts option, I enable it with "#pragma
INTERRUPT /E".
Is there a similar option for enabling multiple interrupts when using in the OS-dependent interrupt? I want to use the C
language to write the source file. (Mar. 20, 2001)
●
Top of Page
System Call Interface
What data is contained in 'extendedinformation(exinf)' of the status reference system call (ref_xxx)?●
What is the return value of a system call (can_wup, wai_flg, twai_flg, pol_flg, rcv_msg, trcv_msg, prcv_msg, pget_blf,●
Kommentare zu diesen Handbüchern