-
I am trying to compile the standard Blinky Example for mbed OS 5 for the **NUCLEO_L073RZ**:
This is the configuration of my sytsem:
1. Ubuntu 16.04
2. Python 2.7.12
3. pip 9.0.1
4. I use virtua…
-
Action potentials received on dendrites 2 and 3 at the exact same time (i.e. from the same Touch Sensor) don't sum and cause an action potential.
-
Hello,
Thank you for the free library!
I've ported to an STM32L151RDT6 using the CubeMX libraries. I'm currently using the bit banged driver, to just draw something.
I've managed to work with u8x8…
-
I was starting a new project with STM32L0 uC which comes in various packages (LQFP64 and LQFP48 both with 0.5mm pitch and LQFP32 with 0.8mm pitch). ST's documentation suggests that the pad size for 0.…
plaes updated
7 years ago
-
Some of the microcontrollers (like in STM32L0's familly) have common interrupt for USART4 and USART5.
Patch to fix thiss issue is here:
https://github.com/CezaryGapinski/distortos/commit/484cca388ef…
-
As you noticed I'm working on the STM32L0 line implementation. I've noticed that SPI implemented in the STM32L0 devices is pretty similar to the actual SPIv1 peripheral. There are two differences in r…
-
### Description
- Type: Bug
- Priority: Major
---------------------------------------------------------------
## Bug
**Target**
STM32L0 series
**Toolchain:**
ARM
**Toolchain version:*…
-
Hi, mJS looks very promising, running it on quite restricted micro (STM32L0)!
But I have some problems with using arrays.
```
let a=[2,3,4];
print(a[1]);
```
The elements seem to have a stra…
ghost updated
7 years ago
-
Hey, i have an issue with porting.
I want to use u8x8 mode with SSD1306, i have written simple gpio_and_delay, but i have issue
with u8x8_Setup.
Wiki says that this function have 4 args:
`u8x8_S…
mkl-b updated
7 years ago
-
Cortex M0+ support would be nice to get even lower power during run mode using LPTIM1.