Cleric-K
Cleric-K
Here's my recipe for building with PlatformIO: 1. Use the latest `2.0.x` branch of Marlin. 2. Create new environment in `platformio.ini` ```ini [env:STM32F103CB_morpheus] platform = ststm32 board = genericSTM32F103CB build_flags...
Unfortunately I don't have elegant solution to this one. What I do is to manually edit: `~\.platformio\packages\tool-openocd\scripts\target\stm32f1x.cfg` and replace `$_FLASH_SIZE` on the `flash bank ...` line with sufficiently large number,...
Thanks for spotting the typo. Just for the record, here's also how to use STLink (no changes in `.cfg` scripts needed). This must be added to the `[env...]` section: ```ini...
Quick test with SD enabled caused overflow with about +13KB. I think I'm missing something. Then I compiled the same config for arduino 128 and the bin is just 66K!...
Yes it works. The eeprom is not a real issue, although there was an effect: at the very first moment the band and channel letters were not visible but the...
Are you sure this receiver supports any kind of digital protocol? Could it be that it only supports the PWM CH1-4? If you would use it with Betaflight, for example,...
I see. Well, I guess your only chance is to read the PWM signals from the CH pads. Before we try to make it work with vjsf, maybe you should...
If the CH pads are indeed PWM signals, I've made an Arduino sketch to try: https://github.com/Cleric-K/vJoySerialFeeder/tree/master/Arduino/Pwm_to_ibus
I see that the matlab compiler can generate console version of the `.exe`. Can we do that? That should give some clue what's happening.
I tried that but the behavior is the same. So all cases are: * manually installed runtime and running directly from `main` directory. * manually installed runtime and using your...