Part Number: CC2530
I have an external 32 MHz oscillator, when i enable the external oscillator and enable HAL_PA_LNA setting the code is getting stuck at MAC_RADIO_TIMER_WAKE_UP and working fine when i disable ZMACInit in Zmain.
It starts working if i enable internal oscillator but im 100% sure that i have an external oscillator.
Situation 1:
External oscillator, HAL_PA_LNA enabled and ZMacInit disabled everything works
Situation 2:
Internal oscillator, HAL_PA_LNA enabled and ZMacInit enabled everything works
Can someone help with this please.