Search found 20 matches

by racemaniac
Wed Jan 27, 2021 7:36 am
Forum: Off topic
Topic: No one even mentioned the new Raspberry Pi Pico?
Replies: 79
Views: 1730920

Re: No one even mentioned the new Raspberry Pi Pico?

I find the looking down on the PIO a bit strange. Ok, some vendors have made similar things, some even with far better capabilities. Yet nobody in our community seems to be using them. This seems to be a very focused version that tries to solve just what the maker community would need, nothing more...
by racemaniac
Tue Jan 26, 2021 2:22 pm
Forum: Off topic
Topic: No one even mentioned the new Raspberry Pi Pico?
Replies: 79
Views: 1730920

Re: No one even mentioned the new Raspberry Pi Pico?

I find the looking down on the PIO a bit strange. Ok, some vendors have made similar things, some even with far better capabilities. Yet nobody in our community seems to be using them. This seems to be a very focused version that tries to solve just what the maker community would need, nothing more,...
by racemaniac
Fri Sep 18, 2020 9:39 am
Forum: Ideas & suggestions
Topic: Bare metal STM32 programming
Replies: 26
Views: 49488

Re: Bare metal STM32 programming

Nothing stopping you, go ahead and do it. The challenges I've run into with bare metal (which I think of as CMSIS / LL / c and asm register access to hardware as opposed to using Arduino higher level functions) is name collisions, multiple definitions and hard coded interrupts in core implementatio...
by racemaniac
Mon Aug 31, 2020 7:39 am
Forum: Ideas & suggestions
Topic: Bare metal STM32 programming
Replies: 26
Views: 49488

Re: Bare metal STM32 programming

coding to the datasheet may sound challenging initially but it is not that hard. it allows you to migrate away from vendor libraries and develop a better understanding of the hardware -> the essence of "bare metal programming". Yeah, and the generated code just adds to that documentation ...
by racemaniac
Fri Aug 28, 2020 11:17 am
Forum: Ideas & suggestions
Topic: Bare metal STM32 programming
Replies: 26
Views: 49488

Re: Bare metal STM32 programming

the cubemx code generator I guess there are differing flavors of "bare metal". Picking apart the generated code and writing your own version of manually configuring all the peripherals & DMA? It really helped me when going bare metal. Interpreting the datasheet & getting every ste...
by racemaniac
Thu Aug 27, 2020 8:24 am
Forum: Ideas & suggestions
Topic: Bare metal STM32 programming
Replies: 26
Views: 49488

Re: Bare metal STM32 programming

Bare metal with the STM core or even without a core is also very interesting :). Once i got better acquainted with the STM32's, i really liked the cubemx code generator to generate basic code configuring the peripherals, and then continue bare metal programming with that code & the datasheet as ...
by racemaniac
Thu Mar 12, 2020 6:29 pm
Forum: General discussion
Topic: Documentation on low-level peripherals programming
Replies: 6
Views: 4996

Re: Documentation on low-level peripherals programming

Sorry, don't understand. I am asking because I want to make additions to the code. It's impossible to guess :oops: for other statements concerning peripherals. There should be some manual where those commands are summarized. But where is that manual? Ok, in short, if you want to learn about that st...
by racemaniac
Fri Jan 03, 2020 1:32 pm
Forum: Ideas & suggestions
Topic: The following words in your search query were ignored because they are too common words: port serial com
Replies: 8
Views: 25068

Re: The following words in your search query were ignored because they are too common words: port serial com

In the old forum it was mentioned several times. The mentioner was usually advised to try advanced searches with Google. The workaround is to use an asterisk. Serial is too common but Serial* works just fine. Port is too common but Port* returns many matches. Annoyingly, since this forum has basica...
by racemaniac
Wed Jan 01, 2020 1:20 pm
Forum: Off topic
Topic: Happy new year
Replies: 6
Views: 6222

Re: Happy new year

Happy new year!
by racemaniac
Thu Dec 19, 2019 6:55 pm
Forum: Forum rules, FAQs and HowTo's
Topic: Limit on attachment image sizes?
Replies: 7
Views: 13298

Re: Limit on attachment image sizes?

maybe put that a bit bigger?
500kb-1Mb?
96kb is really tiny...

Go to advanced search