This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

dtm rf test from bootloader

I am attempting run the rf test from the bootloader. But I have the following problems.

When I try to compile the dtm rf test into the bootloader I run out of space.

Possible solutions include

  1. compacting the bootloader and placing the dtm test into the bootloader This is not really practical give that well will need to add another sensor jig test as well.

  2. In bootloader sense whether pins pulled low by the test jig when present.

a) Launching the application firmware and again sense whether pins pulled low. Performing dtm test or sensor jig test infinite loops before the normal application.

b) Launch the dtm test or sensor jig test by jumping to an separate code region.

I would think that Launching the application firmware and running the dtm test or sensor jig test from there should work. But I don't seem to enter the test loops as expected. If this should work I can provide a code example.

Parents Reply Children
No Data
Related