-
changing the master clock frequency and propagating all those changes through all peripheral configurations is way way harder than it should be. This is also often a hurdle to get things running.
…
-
Hello,
I'm currently working on a project with a iM880b module. This is a newer version of the iM880a module which is used in the SK-iM880a and Loramote projects.
I've made my own PCB and have …
-
uC part use com uncommon code-style (mixing snake_case with CamelCase) it would be nice to get unified it or provide little code style guide in repository README
-
One of the nicest aspects of the STM32 family is that the chips are very compatible. If we carefully select the peripheral pin mapping, switching between chips will be relatively trivial.
Here is how…
-
I've just started playing with the stm32f29-disco board so the architecture is a bit new to me, I was planning to use one of the serial ports to transfer some bitmaps which could then be rendered on t…
-
Running 4.10.1 and seeing the same problem as you and everyone else but to fix it I'm lost! Unfortunately, 40 years of assembler and 'C' experience doesn't help with the vocabulary of java.
Unpack - …
-
Can you suggest how to fix that?
```
000 d[08:13:08] [xaionaro@localhost ~/CubeMX2Makefile]$ python CubeMX2Makefile.py ../test/test/
Unable to locate memory layout from link script
```
STM32CubeMX v…
-
Current code is written for the old Std Peripheral Library, which is no longer maintained or recommended for new applications.
Instead, the STM32Cube library is recommended.
Get acquainted with it …