Topic: Recommended Books for Programming for the STM32

I'm working on a custom project in the automotive realm as a hobby and I'd like to use the STM32 F411RE that I already have. Basically I picked one up a while ago and wanted to learn how to program for it in a step by step fashion but didn't find anything that stood out.

I was looking through Amazon for potential books and every review for every book had complaints about the way the IDE was setup or that the book was outdated.

Can anyone recommend something for a beginner to the embedded processor world? I did C++ coding like 20 years ago so I'm gonna venture to say I'm a bit rusty but willing to learn.

Share

Re: Recommended Books for Programming for the STM32

Hi EbonyHomenick899,

My name is Anthony and I am a member of the wolfSSL team. I cannot speak  to any general documentation out there but here at wolfSSL we some some great resources about how to get started with wolfSSL on STM32. Please have a look at https://github.com/wolfSSL/wolfssl/blob … /README.md  . You can also have a look at our youtube channel for various tutorials on how to use wolfssl on STM32.  https://www.youtube.com/wolfssl/videos


Note that wolfSSL and wolfCrypt are cryptography, protocol, and security libraries.  This might not be suited for your goals so please take that into consideration.

Warm regards, Anthony

Share

Re: Recommended Books for Programming for the STM32

anthony wrote:

Hi EbonyHomenick899,

My name is Anthony and I am a member of the wolfSSL team. I cannot speak  to any general documentation out there but here at wolfSSL we some some great resources about how to get started with wolfSSL on STM32. Please have a look at https://github.com/wolfSSL/wolfssl/blob … /README.md  . You can also have a look at our youtube channel for various tutorials on how to use wolfssl on STM32.  https://www.youtube.com/wolfssl/videos/geometry dash lite


Note that wolfSSL and wolfCrypt are cryptography, protocol, and security libraries.  This might not be suited for your goals so please take that into consideration.

Warm regards, Anthony

thank you so much!!

Share