Search found 6 matches

by Ollie
Tue Mar 02, 2021 6:01 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: micros() Resolution
Replies: 4
Views: 4761

Re: micros() Resolution

I am not aware of the H7 Arduino library implementation. You should get 1 us resolution. If you need 5 nanosecond resolution (with 400 MHz clock) then you can use the following two macros #define initCycleCounter() \ CoreDebug->DEMCR |= CoreDebug_DEMCR_TRCENA_Msk; \ DWT->CYCCNT = 0; \ DWT->CTRL |= D...
by Ollie
Mon Feb 01, 2021 1:56 am
Forum: General discussion
Topic: Potential chip for STM32duino, the BlueNRG-1
Replies: 5
Views: 3536

Re: Potential chip for STM32duino, the BlueNRG-1

I like STM32WB, but the price compared to RPi4 and ESP32 makes it unfeasible for most projects.
by Ollie
Sun Sep 13, 2020 3:08 am
Forum: Libraries & Hardware
Topic: 8 Bit TFT Library Issue
Replies: 17
Views: 16103

Re: 8 Bit TFT Library Issue

I like your efficient programming style. Efficient usage of resources, avoidance of the bloatware, and proper level of documentation and naming conventions are hall marks of long term experience. Well done 8-)
by Ollie
Tue Jul 28, 2020 1:12 am
Forum: General discussion
Topic: PaulStoffregen / Encoder/ Encoder requires interrupt pins, but this board does not have any
Replies: 2
Views: 2784

Re: PaulStoffregen / Encoder/ Encoder requires interrupt pins, but this board does not have any

The STM32F103C has 16 EXTI lines that can be programmed to trigger interrupts from the GPIO pins. That is not the proper method in case there is no electronic RC filtering of the signals. In practice, it is very difficult to have the proper values for the RC filtering. A better method is to use soft...
by Ollie
Tue Mar 24, 2020 7:40 pm
Forum: General discussion
Topic: New APM32F103CB
Replies: 47
Views: 37193

Re: New APM32F103CB

I really like RobotDyn products and have been using them for several years. I was tempted to purchase the APM32F103CB board, but then realized that life is too short to fight against or run with the wind mills. Now, I have turned a new leaf in my MCU projects and will focus on the F411 and H750 boar...
by Ollie
Wed Mar 18, 2020 4:47 am
Forum: STM32F4 based boards
Topic: WeAct STM32Fx1C (F401 and F411)
Replies: 3
Views: 3711

Re: WeAct STM32Fx1C (F401 and F411)

Thanks for sharing this. It is pretty and has all the relevant information.

Go to advanced search