Search found 1951 matches

by fpiSTM
Wed Apr 29, 2020 7:28 am
Forum: STM32 USB CDC bootloader
Topic: STM32F1 USB CDC bootloader
Replies: 8
Views: 29821

Re: STM32F1 USB CDC bootloader

stevestrong wrote: Tue Apr 28, 2020 9:34 am I was thinking on "STM32 USB CDC bootloader", if you agree.
Done. Let me know if you want to change the description.
And also if you want clean messages about formum management.
by fpiSTM
Wed Apr 29, 2020 7:17 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: Nucleo F072
Topic: Nucleo F072
Replies: 5
Views: 7085

Re: Nucleo F072

The MCU is supported.
Variant has currently not been added.
Using the F072 could work but It depends of the systemCore clock config, if the Disco uses the HSE by default and the Nucleo doesn't have it, this will not work.
by fpiSTM
Tue Apr 28, 2020 9:30 am
Forum: STM32 USB CDC bootloader
Topic: STM32F1 USB CDC bootloader
Replies: 8
Views: 29821

Re: STM32F1 USB CDC bootloader

@stevestrong
if you want a new section, no problem.
Let me know which name you want.

Note that I'm the only Admin/moderator...
by fpiSTM
Tue Apr 28, 2020 8:08 am
Forum: General discussion
Topic: Migration to STM32 Cores. Changes in Interrupts.
Replies: 13
Views: 16389

Re: Migration to STM32 Cores. Changes in Interrupts.



if you used the STM32F10C8
https://github.com/stm32duino/Arduino_Core_STM32/blob/master/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h


https://github.com/stm32duino/Arduino_Core_STM32/blob/master/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h
;)


Yes :D ...
by fpiSTM
Tue Apr 28, 2020 5:11 am
Forum: General discussion
Topic: Migration to STM32 Cores. Changes in Interrupts.
Replies: 13
Views: 16389

Re: Migration to STM32 Cores. Changes in Interrupts.

Why you don't use the CMSIS devide definition of the MCU instead of defining manually each registers?
They are all available without any specific include, simply use it:
https://github.com/stm32duino/Arduino_Core_STM32/tree/master/system/Drivers/CMSIS/Device/ST

if you used the STM32F10C8
https ...
by fpiSTM
Mon Apr 27, 2020 8:48 am
Forum: Libraries & Hardware
Topic: vApplicationStackOverflowHook cannot be declared in sketch
Replies: 1
Views: 4988

Re: vApplicationStackOverflowHook cannot be declared in sketch

Yes, currently you could not overload it.
For CMSIS OS V2, there is a dummy one defined as weak so the one defined in STM32FreeRTOS.c could not be defined as WEAK.
I guess, it should be possible to define a user one which can be called if it is not NULL.
You can provide a PR for this and we could ...
by fpiSTM
Mon Apr 27, 2020 8:22 am
Forum: General discussion
Topic: Migration to STM32 Cores. Changes in Interrupts.
Replies: 13
Views: 16389

Re: Migration to STM32 Cores. Changes in Interrupts.

You find the coorect way add a build_opt.h with -DHAL_TIM_MODULE_ONLY

Anyway, I forgot there was an issue with the 1.8.0:
https://github.com/stm32duino/Arduino_Core_STM32/issues/839

which is fixed in the master and will be available in the 1.9.0:
https://github.com/stm32duino/Arduino_Core_STM32 ...
by fpiSTM
Sun Apr 26, 2020 5:56 pm
Forum: Projects
Topic: [F4] Neopixel driver using hardware timers
Replies: 50
Views: 53071

Re: [F4] Neopixel driver using hardware timers

Yes agreed 😉

Go to advanced search