
Search found 21 matches
- Tue Jun 16, 2020 2:26 pm
- Forum: Off topic
- Topic: Apple's shift to ARM Mac from Intel at WWDC will define a decade of computing
- Replies: 3
- Views: 6973
Re: Apple's shift to ARM Mac from Intel at WWDC will define a decade of computing
We are ARMed for the future!!!! 

- Thu May 07, 2020 1:01 am
- Forum: STM32F4 based boards
- Topic: STM32F401CCU6 DFU Mode problems?
- Replies: 5
- Views: 17932
Re: STM32F401CCU6 DFU Mode problems?
I had to pull the github repository for pre 1.9.x in order to have proper selection and functioning for my STM32F4xx boards (Both F401 and F411). I'm using the WeAct versions of the black pill F4xx boards, BTW, which have the 3 buttons.
- Thu May 07, 2020 12:47 am
- Forum: Projects
- Topic: [F4] Neopixel driver using hardware timers
- Replies: 50
- Views: 49610
Re: [F4] Neopixel driver using hardware timers
Isn't this similar to how the Octo8211 library for Teensy is implemented? Uses three timer channels to drive 8 GPIO pins from DMA.
- Fri Apr 24, 2020 11:57 pm
- Forum: STM32 HID bootloader
- Topic: STM32F401CCU6
- Replies: 4
- Views: 9827
Re: STM32F401CCU6
STM32F401CCU6 (and F411xx) are going to be included in the 1.9.0 release. If you git clone the active repository, you can have access to these now.
- Fri Apr 24, 2020 3:25 pm
- Forum: General discussion
- Topic: STM32F411CEU6
- Replies: 6
- Views: 9781
Re: STM32F411CEU6
Ok... so the first question it's more of just an enumeration than actual physical pins?
And I understand with the clock now. I can override these in my sketch to bump it up to 100MHz if needed, no?
And I understand with the clock now. I can override these in my sketch to bump it up to 100MHz if needed, no?
- Thu Apr 23, 2020 7:26 pm
- Forum: General discussion
- Topic: STM32F411CEU6
- Replies: 6
- Views: 9781
Re: STM32F411CEU6
(Duplicate of my query on issue #722 - is discussion better here or in the ticket?)
Q1)
I have a question about the STM32F4xx definitions. For example, in Generic_F411Cx/variants.h, it lists one of the pins as:
#define PB9 25 // | 25 | | | TWI1_SDA, (TWI2_SDA) | SPI2_SS | |
However, the ...
Q1)
I have a question about the STM32F4xx definitions. For example, in Generic_F411Cx/variants.h, it lists one of the pins as:
#define PB9 25 // | 25 | | | TWI1_SDA, (TWI2_SDA) | SPI2_SS | |
However, the ...
- Tue Apr 21, 2020 4:36 pm
- Forum: General discussion
- Topic: Recompiling library every time??
- Replies: 2
- Views: 3125
Re: Recompiling library every time??
I blew away my arduino build and cache in /tmp, restarted arduino ide, and now it's caching properly. Sorry for the bother!
- Tue Apr 21, 2020 3:27 pm
- Forum: General discussion
- Topic: F411 DMAMEM keyword?
- Replies: 2
- Views: 3478
Re: F411 DMAMEM keyword?
Thank you much!
- Tue Apr 21, 2020 3:22 pm
- Forum: General discussion
- Topic: Recompiling library every time??
- Replies: 2
- Views: 3125
Recompiling library every time??
.arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/analog.cpp
(Note that the "1.8.0" is actually 1.9.0pre from GIT)
It seems that EVERYTHING in SrcWrapper is being re-compiled _every_ time I compile a sketch. Isn't that only supposed to compile once and stay in object ...
(Note that the "1.8.0" is actually 1.9.0pre from GIT)
It seems that EVERYTHING in SrcWrapper is being re-compiled _every_ time I compile a sketch. Isn't that only supposed to compile once and stay in object ...
- Tue Apr 21, 2020 3:17 pm
- Forum: General discussion
- Topic: F411 DMAMEM keyword?
- Replies: 2
- Views: 3478
F411 DMAMEM keyword?
Using STM32duino libs (pre-release 1.9.0 from git) on a "BlackPill F411CE", I was wondering if there were something similar to the DMAMEM keyword that some of the other boards use? I'm trying to move a project from the Teensy3.2 to the F411CE. Thanks!