This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem with Timer simulation of TC0 with ATSAME54

Hi ,

i just tried out to use the TC0 of ATSAME54 in my application. The 16 and 32 Bit CC0, CC1 registers seem to be only 8 bit usable instead of 16/32 Bit. The status register evaluate correct during program run, but can´t be set correctly during test.

Thanks and best regards

Thomas

Parents
  • First of all, thanks to your inquiry in Arm community.  

    We checked your issue and it seems that ATSAME53 is the Microchip SoC, which is out of our Arm community scope because we can only support the Arm IP products.

    For personal curiosity, I searched the ATSAME54 datasheet [1], it explicitly shows that this SoC can support three TC modes:

    <quote>

    Up to eight 16-bit Timers/Counters (TC) each configurable as:

    – 16-bit TC with two compare/capture channels

    – 8-bit TC with two compare/capture channels

    – 32-bit TC with two compare/capture channels, by pairing two TCs

    </quote>

    So your issue may be that you don't configure the SoC Timer Counter as the 32-bit mode, but in 8-bit mode.

    For details, please double check the datasheet.

    [1]:  www.microchip.com/.../SAM_D5x_E5x_Family_Data_Sheet_DS60001507G.pdf

Reply
  • First of all, thanks to your inquiry in Arm community.  

    We checked your issue and it seems that ATSAME53 is the Microchip SoC, which is out of our Arm community scope because we can only support the Arm IP products.

    For personal curiosity, I searched the ATSAME54 datasheet [1], it explicitly shows that this SoC can support three TC modes:

    <quote>

    Up to eight 16-bit Timers/Counters (TC) each configurable as:

    – 16-bit TC with two compare/capture channels

    – 8-bit TC with two compare/capture channels

    – 32-bit TC with two compare/capture channels, by pairing two TCs

    </quote>

    So your issue may be that you don't configure the SoC Timer Counter as the 32-bit mode, but in 8-bit mode.

    For details, please double check the datasheet.

    [1]:  www.microchip.com/.../SAM_D5x_E5x_Family_Data_Sheet_DS60001507G.pdf

Children