Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

libuarte and Errata109

I want to use libuarte.
Target is nRF52832 and SDK17.0.0.2.
Do I need to take workaround against Errata109 when using libuarte? 

And,
I done backport libuarte to SDK15.3.
It's seem success.
Similarly, Do I need to take workaround?

Parents
  • Hi Syuji, 

    Errata [109] affects the peripherals PWM, SPIS, SPIM, TWIS, UARTE, and TWIM. If you don't use those peripherals, you don't need the workaround. 

    With those peripherals, you could set NRF52_ANOMALY_109_WORKAROUND_ENABLED in sdk_config.h to Enables nRF52 anomaly 109 workarounds for them.

    Please note that due to the Easter holiday, we're low on staff, so somewhat lower response times must be expected until April 6th. Sorry about the inconvenience.

    -Amanda H.

Reply
  • Hi Syuji, 

    Errata [109] affects the peripherals PWM, SPIS, SPIM, TWIS, UARTE, and TWIM. If you don't use those peripherals, you don't need the workaround. 

    With those peripherals, you could set NRF52_ANOMALY_109_WORKAROUND_ENABLED in sdk_config.h to Enables nRF52 anomaly 109 workarounds for them.

    Please note that due to the Easter holiday, we're low on staff, so somewhat lower response times must be expected until April 6th. Sorry about the inconvenience.

    -Amanda H.

Children
Related