Other Parts Discussed in Thread: TDA4VH
Hello,
vx_tidl_target.c has these lines. I want to get advice for the following.
#if defined(SOC_AM62A)
/* #define DISABLE_PREEMPTION */
/* #define DISABLE_INTERRUPTS_DURING_PROCESS */
#else
/* #define DISABLE_INTERRUPTS_DURING_PROCESS */
#endif
#endif
- Which case will apply for Tda4VH SoC?
- What are the impact for(If you give me practical detail rather than a general statement like disable OS preemption, it will be a great help.)
- DISABLE_PREEMPTION
- DISABLE_INTERRUPTS_DURING_PROCESS
Thank you very much and great day.
Best regards,