Post Go back to editing

BF609 SWU doesn't work

Category: Software
Product Number: ADSP-BF609
Software Version: CCES 2.11.0.0

I am trying to set-up SWU0 (match block #0) to generate interrupt on write access within specified address space (in L3 cached memory).

I followed the programming sequence specified in ADSP-BF60X BLACKFIN PROCESSOR HARDWARE REFERENCE but memeory write access doesn't trigger any event. I checked in debugger wheter all registers are set-up correctly, but SWU is still not working

Maybe somebody knows how to solve the issue.

Thread Notes

Parents Reply Children
  • Hi Michal,

    Please find the attached code which uses SWU5 on ADSP-BF609 EZ-kit. It's working fine for us and you can use this as a reference to develop your application.3666.SWU.zip

         Description        PERIPHERAL
          SWU0                 SMC
          SWU1                 L2_S
          SWU2                 L2_C
          SWU3                 CORE0
          SWU4            CORE1
          SWU5                 SMMR
          SWU6                 DDR2
    Please refer the above tabular column. Each SWU is dedicated to the specific peripheral for transaction monitoring.

    Regards,
    Divya.P

  • Hi Divya,

    Now everything is absolutely clear for me.

    The key information is that "Each SWU is dedicated to the specific peripheral for transaction monitoring".

    I haven't found such a information (including the above table) in any document provided by AD.

    Regards

    Michał

  • Hi Divya,

    I have implemented SWU services for different peripherals. Generally it works, but I cannot succeed with L1 memory watchpoints. According to the SWU assignment given in your previous message, the SWU3 should be dedicated for L1 memory associated with Core0. Unfortunately, it doesn't work. Could you check whether it works or not.

    Regards

    Michał