how can I activate MCS8

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
AnGi_4407776
Level 1
Level 1
First like given

Hello,how can I activate MCS8. When trying the command: 5g_rate -h 8 ,I am getting this error: remote cdc header return error code (-29).

if I set the similar command for VHT : 5g_rate -v 0 -s 2

Device used: CYW954907AEVAL1F

Thanks,

Ana

0 Likes
1 Solution

CYW54907 supports single spatial stream; i.e NSS = 1 as mentioned by the datasheet. That's why when you try to use NSS=2, it throws up an error.

View solution in original post

8 Replies
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted
  • Which version of WICED Studio are you using?
  • Are you using test.console example or are you using the test.mfgtest example?
  • What is the sequence of wl commands that you have followed?
0 Likes

- I used this version of WICED -  WICED-Studio 6.4.0 Installer (Windows)

- I have the CYW54907 Evaluation Kit CYW954907AEVAL1F. I build this ( test.mfg_test-CYW954907AEVAL1F download run) target.

- The sequence of wl commands I attach as a picture.

Capture1.PNG

0 Likes

The version from the device:

..\wl43909B0 --serial 7 ver

7.16 RC99.19

wl0: May  2 2019 02:35:08 version 7.15.168.130 (r714231 WLTEST) FWID 01-a65d4de7

0 Likes

You can use

wl 5g_rate -v 8

0 Likes

But I need High throughput from MCS8 till MCS15. And wl 5g_rate -v 8 is smth different .

0 Likes

wl 5g_rate -v 8 is running fine (NSS=1), which was not an issue for me.

As soon I trigger wl 5g_rate -v 8 -s 2 (NSS=2) I get an error.

My aim is to transmit with 2 spatial streams either in HT or VHT (either MCS8 for HT or MCS1-7 with NSS=2).

0 Likes

CYW54907 supports single spatial stream; i.e NSS = 1 as mentioned by the datasheet. That's why when you try to use NSS=2, it throws up an error.

Thank you.

0 Likes