F411 DMAMEM keyword?

Post here first, or if you can't find a relevant section!
Post Reply
User avatar
Hackswell
Posts: 21
Joined: Sat Mar 14, 2020 9:04 pm
Location: State of Confusion

F411 DMAMEM keyword?

Post by Hackswell »

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!
stas2z
Posts: 131
Joined: Mon Feb 24, 2020 8:17 pm
Answers: 8

Re: F411 DMAMEM keyword?

Post by stas2z »

simply

Code: Select all

#define DMAMEM
explanation
teensy have a bit different memory organisation
in case of stm32 there is no reason for it
User avatar
Hackswell
Posts: 21
Joined: Sat Mar 14, 2020 9:04 pm
Location: State of Confusion

Re: F411 DMAMEM keyword?

Post by Hackswell »

Thank you much!
Post Reply

Return to “General discussion”