Migrating PWM driver nRF52840 to nRF52833

Hi everyone

I want use the pwm_driver example of the SDK download at nRF52833 DK

However, some problems were encountered after the migration

 I replace the preprocessor flag "NRF52840_XXAA" with NRF52833_XXAA  and "BOARD_PCA10056 " with "BOARD_PCA10100 "

and the memory:

FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x80000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x20000

I build the project and download at my 52833DK,but no log info print and LED are not on.

I turn on DEBUG and I can see it's running

Please give me some suggest 

Thanks and Best regards!

Ted Lee

Parents Reply Children
Related