File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -2874,7 +2874,8 @@ static bool nrf54l_errata_50(void)
2874
2874
}
2875
2875
2876
2876
/* ========= Errata 55 ========= */
2877
- #if defined (NRF54LM20A_ENGA_XXAA ) || defined (DEVELOP_IN_NRF54LM20A_ENGA )
2877
+ #if defined (NRF54LM20A_ENGA_XXAA ) || defined (DEVELOP_IN_NRF54LM20A_ENGA ) \
2878
+ || defined (NRF54LV10A_ENGA_XXAA ) || defined (DEVELOP_IN_NRF54LV10A_ENGA )
2878
2879
#define NRF54L_ERRATA_55_PRESENT 1
2879
2880
#else
2880
2881
#define NRF54L_ERRATA_55_PRESENT 0
@@ -2889,10 +2890,23 @@ static bool nrf54l_errata_55(void)
2889
2890
#ifndef NRF54L_SERIES
2890
2891
return false;
2891
2892
#else
2892
- #if defined (NRF54LM20A_ENGA_XXAA ) || defined (DEVELOP_IN_NRF54LM20A_ENGA )
2893
+ #if defined (NRF54LM20A_ENGA_XXAA ) || defined (DEVELOP_IN_NRF54LM20A_ENGA )\
2894
+ || defined (NRF54LV10A_ENGA_XXAA ) || defined (DEVELOP_IN_NRF54LV10A_ENGA )
2893
2895
uint32_t var1 = * (uint32_t * )0x00FFC340ul ;
2894
2896
uint32_t var2 = * (uint32_t * )0x00FFC344ul ;
2895
2897
#endif
2898
+ #if defined (NRF54LV10A_ENGA_XXAA ) || defined (DEVELOP_IN_NRF54LV10A_ENGA )
2899
+ if (var1 == 0x27 )
2900
+ {
2901
+ switch (var2 )
2902
+ {
2903
+ case 0x00ul :
2904
+ return true;
2905
+ default :
2906
+ return true;
2907
+ }
2908
+ }
2909
+ #endif
2896
2910
#if defined (NRF54LM20A_ENGA_XXAA ) || defined (DEVELOP_IN_NRF54LM20A_ENGA )
2897
2911
if (var1 == 0x29 )
2898
2912
{
You can’t perform that action at this time.
0 commit comments