Search found 8 matches

by noweare
Wed Jan 13, 2021 1:41 pm
Forum: General discussion
Topic: STM32F410 Loads code ok, even I can see the registers and PC moving with the Cube Software, but won't even blink a LED
Replies: 6
Views: 3734

Re: STM32F410 Loads code ok, even I can see the registers and PC moving with the Cube Software, but won't even blink a L

I would think using CubeMX for setting everything up and looking at registers would expose the problem.
Are you sure the led your trying to blink is working?
by noweare
Mon Dec 28, 2020 4:44 pm
Forum: General discussion
Topic: FDCAN1 support for stm32g4 and stm32h7
Replies: 4
Views: 7061

Re: FDCAN1 support for stm32g4 and stm32h7

Sorry can't help since I have not used can.
I can answer the LL vs HAL. The LL drivers are a self documenting interface to the register manipulation.
Unless you know the details of can the hal drivers will probably be more useful.
The hal is higher level and take care of some of the details for us.
by noweare
Sun Aug 16, 2020 5:27 pm
Forum: Let us know a bit about you and your projects
Topic: STM32F103C8T6 with BMP280
Replies: 6
Views: 8045

Re: STM32F103C8T6 with BMP280

Here is a link to a video regarding the 180 sensor. If it is similar to the 280 then it could be useful.
https://www.youtube.com/c/ControllersTech/videos
by noweare
Sun May 10, 2020 12:24 am
Forum: Let us know a bit about you and your projects
Topic: Hello from a locked-down Londoner
Replies: 3
Views: 3425

Re: Hello from a locked-down Londoner

Welcome, yes the stm32 family can be scary coming from the 8 bit micros. You'll get used to it, mainly they have the same peripherals but more bits and more functionality and especially awesome more memory . ST writes excellent documentation which helps get up to speed faster.
by noweare
Sun May 10, 2020 12:19 am
Forum: Let us know a bit about you and your projects
Topic: I'm new to the group.
Replies: 2
Views: 3059

Re: I'm new to the group.

Welcome, my first mico was the motorolla 6809 and I programmed it in assembly language while going to college way back in the day.
Your projects sound interesting.
Have fun.
Joe
by noweare
Mon Apr 20, 2020 4:40 pm
Forum: General discussion
Topic: Question about Arduino for STM32
Replies: 4
Views: 3149

Re: Question about Arduino for STM32

Interesting history. I am glad ST decided to write their own core as I am familiar with there SDK. I have not used Rogers or any other core so I would use the "official" core. Thanks for your insight into this kind of confusing topic.
by noweare
Mon Apr 20, 2020 3:04 pm
Forum: General discussion
Topic: Question about Arduino for STM32
Replies: 4
Views: 3149

Re: Question about Arduino for STM32

Thanks Ray, that is good news. I am assuming I will still have access to the HAL and the low level libraries using the stm32 core correct ?
by noweare
Mon Apr 20, 2020 2:51 pm
Forum: General discussion
Topic: Question about Arduino for STM32
Replies: 4
Views: 3149

Question about Arduino for STM32

Does using the arduino core also give me access to arduino libraries written for other devices like tft displays, etc...? I am currently using MxCubeIDE and I am comfortable with it but I am wondering if by using the arduino core I also get the benefit of not having to write code from scratch (drive...

Go to advanced search