Search found 49 matches

by hobbya
Sun Oct 31, 2021 1:26 am
Forum: General discussion
Topic: Nucleo-32 STM32L432 Serial Port Mapping Wrong?
Replies: 1
Views: 1443

Re: Nucleo-32 STM32L432 Serial Port Mapping Wrong?

You have quite a few posts regarding serial operations. For STM32L432 board, the default Serial is actually mapped to the 2nd serial port of the chip. This port is wired to the on-board ST-link. You can then plug your PC to the USB-port of the ST-link and get Serial Monitor on Arduino IDE right away...
by hobbya
Tue Sep 14, 2021 12:30 am
Forum: General discussion
Topic: A very frustrating night
Replies: 2
Views: 3733

Re: A very frustrating night

I have similar experience with my boards. The issue may suddenly come and go. I always suspect if that is related to the my 3rd party ST-Link devices. Moreover the connection failure rate associated with Cubeprogrammer is much higher than ST-Link utility. If I was in a hurry, I would press reset but...
by hobbya
Mon Sep 13, 2021 2:41 am
Forum: General discussion
Topic: STM32DUİNO WİTH GPS
Replies: 13
Views: 5893

Re: STM32DUİNO WİTH GPS

The cell phone downloads the ephemeris/timing information from the server to get the predicated orbits of the satellites. By this approach it no longer needs to acquire/search the satellites. It just need to do tracking according to the prediction. The difference of acquisition/tracking sensitivity ...
by hobbya
Wed Sep 01, 2021 1:59 am
Forum: General discussion
Topic: Arducam 2MP doesn't work with Nucleo64
Replies: 4
Views: 2810

Re: Arducam 2MP doesn't work with Nucleo64

Perhaps you can try further following the guidelines posted on Arducam.com:
https://www.arducam.com/docs/stm32-spi- ... ith-stm32/
by hobbya
Thu Aug 26, 2021 3:40 am
Forum: IDE's
Topic: Roger's Core, Arduino IDE 1.8.15 and package_stm_index.json
Replies: 15
Views: 8969

Re: Roger's Core, Arduino IDE 1.8.15 and package_stm_index.json

package_index_stm.json of the board manager is meant for STM official core. 1.9.0 is a version of the official STM core. Latest one is verion 2.0.0. So what you have re-installed is absolutely not Roger's core but the STM core. Roger's core is installed by manually placing the files within Arduino l...
by hobbya
Tue Aug 24, 2021 8:34 am
Forum: General discussion
Topic: DFU bootloader has errors on new BlackPill F411
Replies: 44
Views: 22478

Re: DFU bootloader has errors on new BlackPill F411

I also found problems using DFU mode to upload code, see my post:
viewtopic.php?f=7&t=1196
by hobbya
Sat Jul 31, 2021 3:40 am
Forum: General discussion
Topic: HSI Factory Calibration Value
Replies: 2
Views: 2220

Re: HSI Factory Calibration Value

I used MCO to capture the HSI of my blackpill's and to my surprise:
HSI = 15.95MHz => DFU bootloader not recognized
HSI = 15.88MHz => DFU bootloader recognized

I am not going to mess with DFU bootloader further. I will always live with SWD uploading.
by hobbya
Wed Jul 28, 2021 3:10 am
Forum: General discussion
Topic: HSI Factory Calibration Value
Replies: 2
Views: 2220

HSI Factory Calibration Value

I normally upload codes via SWD but until recently when I attempted DFU uploading on STM32F4, I noticed the process was not reliable. I have 3 boards but not all of them could be recognized as ST bootloader. Even for the same board which was ok, the success rate was not 100%. A quick search tells me...
by hobbya
Mon Jul 26, 2021 9:19 am
Forum: Projects
Topic: Reading a broken flash drive (damaged crystal)
Replies: 2
Views: 2662

Re: Reading a broken flash drive (damaged crystal)

Interesting brain exercise. Thanks for sharing.

Go to advanced search