Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to reduce number of protocols - no luck #648

Closed
ghost opened this issue Dec 26, 2021 · 6 comments
Closed

Trying to reduce number of protocols - no luck #648

ghost opened this issue Dec 26, 2021 · 6 comments

Comments

@ghost
Copy link

ghost commented Dec 26, 2021

Radio FrSky X10 Express
OTX 2.3.14
Multi FW 1.3.3.0
Arduino IDE 1.8.18 under Debian Bullseye
flash-multi-0.6.1 under WIN 10

MPM module used

RADIOBOSS JP4in1
Jumper_clone 1
Jumper_clone 2

In -Config.h changed AETR to TAER and disabled all protocols but MLINK and FRSKYx.
_Config.h.txt

The Arduino IDE upload protocol tells me 'wrote and verified' for bootloader and firmware.
Neue Datei.txt

But I still got all 'disabled' protocols on the radio!?

I tried with 'usb support' enabled and disabled
Bildschirmfoto_2021-12-26_13-54-13
I tried with/without a jumper on boot-3.3V
I copied 'Multi4in1/StmMulti4in1.bin' and flashed with flash-multi under WIN 10, then erased before flashing, then activated debug and could still see all protocols in terminal window.

I am stuck!

br KH

@ghost
Copy link
Author

ghost commented Dec 26, 2021

This MPM ships with an CKS32, but is recognized as STM32 here
STM1
STM2

@pascallanger
Copy link
Owner

Which software is running on your radio and version?

@ghost
Copy link
Author

ghost commented Dec 26, 2021

Bildschirmfoto_2021-12-26_15-43-36

@pascallanger
Copy link
Owner

can you take a picture of the protocol section on opentx?
does the module fw version appears there?

@ghost
Copy link
Author

ghost commented Dec 26, 2021

I have here two *.bin files generated under Arduino IDE with USB support set in IDE disabled (-usb) and enabled (+usb)
With reduced protocols (only FrSky and M-Link) 34k and 39k size.
1

Under WIN 10:
- read the module (-usb)
2
- erase the module
3
- write (+usb)
4
- read module (+usb)
5

Now pics from the radio (no rx bound!)

switching between those two displays

20211226_204252

20211226_204254

No module Info, but I think this is issue
#621
Flashing from X10 Express also not possible!

20211226_204334

My aim here was by disabling all protocols but FrSky and Mlink in -Config.h to reduce the scrolling between protocols on the radio, but I still seem to have all protocols visible???

//
/
PROTOCOLS TO INCLUDE /
/
/
//In this section select the protocols you want to be accessible when using the module.
//All the protocols will not fit in the Atmega328p module so you need to pick and choose.
//Comment the protocols you are not using with "//" to save Flash space.

I interpreted that comment, that by disabling, the protocols don't show up, but I might be wrong!?

PS. Cold you comment please on 'Arduino IDE with USB support set in IDE', as I did not find any information in the documentation.

@ghost
Copy link
Author

ghost commented Dec 29, 2021

Sorry, I at least found the answer for my add. question in RCG post ;-)

Cold you comment please on 'Arduino IDE with USB support set in IDE', as I did not find any information in the documentation.

https://www.rcgroups.com/forums/showpost.php?p=45466633&postcount=19826

*But back to my basic question, I disabled most protocols in _Config.h, reduced the .bin file to 34k and still those disabled protocols show up, when scrolling the protocols on the radio.

Is that behavior supposed to be like that?

br

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant