stevstrong
stevstrong
I think the RE variant is not complete, or is not error free. Unfortunately, I have no such board so I cannot help on this.
Any update?
I think the problem is that there is no entry for RE chip in this list: https://github.com/rogerclarkmelbourne/Arduino_STM32/blob/master/STM32F1/system/libmaple/stm32f1/include/series/stm32.h#L108-L130 You can try to copy the settings from RB variant and paste it...
> checked one more thing, RE ADC3 setup dies in adc_enable > > ``` > static inline void adc_enable(adc_dev *dev) { > *bb_perip(&dev->regs->CR2, ADC_CR2_ADON_BIT) = 1; > } > ```...
You have to step on assembly lines, not C code lines.
While changing all occurrences is one way to solve the issue, wouldn't be nicer to use `#define textsize textsize_x` before the first occurrence?
I am not familiar with LINUX. What is the solution?
If you add `--specs=nano.specs` to the platform.txt, then you can remove it from boards.txt, I think.
If the default value is anyway overwritten by the boards.txt options, then it makes no sense to make a default value, just define it for each option in part in...
As far as I can see, there are 5 new entries. The nano-specs is already there for 3 entries, the first entry being the default, it should contain the same,...