This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC8531: Not able to output RF CW signal constantly

Part Number: CC8531
Other Parts Discussed in Thread: CC2592

Dear TI wireless experts:

We just finished a product prototype using CC8531 + CC2592 to achieve wireless audio bi-directional transporting.

All functions of the chipset looks good, link distance is acceptable (>10m under crowded Wifi inteference).

For further RF testing, we need to let CC8531 output continuous CW RF signal so the RF power spectrum can be measured and analyzed.

We have tried PPW Commander as per TI website and support forum recommened, but failed due to some problems:

1, We've tried Production Test in PPWC, a simple xml is created to call function simpleRfTest() to generate CW output in certain frequency, but the maximum length is 1000 samples only, so the RF signal generated and dissapeared very quickly, our spectrum analyzer is difficult to capture a stable measurement.

2, We've tried RX/TX test in PPWC, basically same problem as above, after configured CC8531 to TX and click the "Start", the available duration of RF signal is very short, cannot be captured and measured. BTW, another probable SW bug is observed: When CC8531 is configured as RX, and click "Start", after a few seconds, the RX ISSI curve may become weird and an error reported, then RX test aborts.

3, We've tried using script in PPWC. A simple script is created as below, but always PPWC reports error "Script execution failed ..." when executing rft_txtst_cw(0, enable, 122, 0).

set_timeout(1000000);
id("master");
sys_reset();
wait(10);
rft_txtst_cw(0, enable, 122, 0);

Is there any idea to set CC8531 in stable and constantly CW output mode? Otherwise RF performance evaluation is not possible.

Thanks in advance.

Walter

22th, Jan, 2019.

  • Hi Walter,

    Thanks for posting. I have forwarded the question to our PPW expert and he will get back to you in a few days.

    Regards,
    Fredrik
  • Hi Fredrk,

    Thanks, looking forward the replies from PPW team.
  • Hi Walter,

    This can be done with the RX/TX Test in PPWC. Did you program your CC8531 with the production test image?

    PPWC:
    1. Start by giving your device the Role Tester in the Device Manager panel (set Alias TESTER)
    2. In Production Test panel press Program tester (bottom right corner)
    3. In RX/TX Test panel select what you want to output (TX, Frequency, TX Power and Modulation) and press Start

    I just tried this using a PurePath Wireless Audio EB + CC85XX-CC2590EM and are able to output a constant CW (or modulated when selected)

    Best Regards,
    R.M
  • Hi R.M

    Actually I had already tried the RX/TX a few days ago exactly as the steps you mentioned, in order to double check the result, I just do it again, following your steps, and still get the same problem: The output signal only exists a short time whatever CW mode or modulated... I'm using PPW Command V1.0.0.
    It is really weird since you can get the constant output on EVB. I'm wondering, is there any HW restriction or configuration to prevent CC8531 output long time RF? But our boards works well at real application, this means HW should be OK?


    Regards
    Walter
  • Hi Walter,

    Have you generated a Production test image for your HW application and use that in PPWC? You select Image type under Flash Programming panel in PurePath Wireless Configuration.

    Are you using Range extender or Antenna Diversity on your HW?

    Best Regards,
    R.M
  • Hi R.M

    Your point exactly hit the problem, great thanks!

    It was my fault that did not generate production test image in PPW Configurator, actually I never noticed there is a "Image type" option to choose application or production test image, so both tester and slave were programmed with default "master_p.hex" in production test tab of PPW Commander...

    Now RX/TX test looks OK after generation of production images in PPWC and program to my boards.

    Thanks a lot.

    Walter
    20190126