Flash EVK-ANNA-B402C with Direct Test Mode Sample

Hello,

I wanted to know if the "direct test mode sample" could be used for the EVK-ANNA-B402C that integrates the nRF52833 in its SIP.

Because building with the board definition gives some erros :

Thanks in advance !

Parents
  • Hi,

     

    If you do not require DFE support in DTM, you can delete the property.

    You can do this by adding this to the board overlay:

     

    / {
    	chosen {
    		ncs,dtm-uart = &uart0;
    	};
    };
    
    &uart0 {
    	status = "okay";
    	current-speed = <19200>;
    };
    
    &radio {
    	/delete-property/ dfe-supported;
    };
    

     

    Could you try this and see if this works as expected?

     

    Kind regards,

    Håkon

Reply
  • Hi,

     

    If you do not require DFE support in DTM, you can delete the property.

    You can do this by adding this to the board overlay:

     

    / {
    	chosen {
    		ncs,dtm-uart = &uart0;
    	};
    };
    
    &uart0 {
    	status = "okay";
    	current-speed = <19200>;
    };
    
    &radio {
    	/delete-property/ dfe-supported;
    };
    

     

    Could you try this and see if this works as expected?

     

    Kind regards,

    Håkon

Children
No Data
Related