Ignore:
Timestamp:
Jan 21, 2014, 7:20:06 PM (10 years ago)
Author:
cfuguet
Message:
  • Adding volatile attribute for pointers used to address memory mapped hardware registers.
  • Removing the activation of interruptions before the execution of the ctx_switch function on the ioc_access function. This is to avoid been interrupted during the modification of task context variables.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_drivers/fbf_driver.c

    r263 r275  
    276276#endif
    277277
    278     // SYNC request for channel descriptor
    279     _memc_sync( desc_paddr, 32 );
     278    if ( USE_IOB )
     279    {
     280        // SYNC request for channel descriptor
     281        _memc_sync( desc_paddr, 32 );
     282    }
    280283
    281284    // CMA channel activation
Note: See TracChangeset for help on using the changeset viewer.