Search found 4 matches
- Tue May 12, 2020 1:27 pm
- Forum: PR's bugs and enhancements
- Topic: HardwareTimer(TIM1) is now broken
- Replies: 2
- Views: 14145
Re: HardwareTimer(TIM1) is now broken
Thank you @stas2z, that fixed it.
- Tue May 12, 2020 1:37 am
- Forum: PR's bugs and enhancements
- Topic: HardwareTimer(TIM1) is now broken
- Replies: 2
- Views: 14145
HardwareTimer(TIM1) is now broken
Hello,
I just installed Platformio on a new PC. An app that builds and runs fine on the old PC builds fine builds fine on the new PC but no longer executes correctly.
The timer ISR has stopped firing.
The flash is also about 3800 bytes smaller. See code below.
To verify I updated the old PC ...
I just installed Platformio on a new PC. An app that builds and runs fine on the old PC builds fine builds fine on the new PC but no longer executes correctly.
The timer ISR has stopped firing.
The flash is also about 3800 bytes smaller. See code below.
To verify I updated the old PC ...
- Sun May 03, 2020 7:46 pm
- Forum: Libraries & Hardware
- Topic: New CAN Bus Library for the stm32f103
- Replies: 16
- Views: 53207
New CAN Bus Library for the stm32f103
I've shared a CAN bus library at https://github.com/exothink/eXoCAN that I developed using Arduino, Platformio and 'Blue Pill' boards.
This is my first time publishing a library and I hope I've crossed all the 't's.
John
This is my first time publishing a library and I hope I've crossed all the 't's.
John
- Sun May 03, 2020 7:33 pm
- Forum: Let us know a bit about you and your projects
- Topic: I'm new to the group.
- Replies: 2
- Views: 4003
I'm new to the group.
Hello,
I'm John Eckert and have been using Arduino boards since the beginning to control devices. My first uProc experience was with a Motorola 6800 later I hand assembled code for PIC micros.
I now spend my allocated micro play time with the Blue Pill boards.
My current project involves adding ...
I'm John Eckert and have been using Arduino boards since the beginning to control devices. My first uProc experience was with a Motorola 6800 later I hand assembled code for PIC micros.
I now spend my allocated micro play time with the Blue Pill boards.
My current project involves adding ...