General • Re: RP2350 external clock source
Another thing you can do (if you can spare the pin) is to run the normal xtal oscillator on the first chip, feed the raw 12MHz (before the PLL) out of one of the pins that pinmuxes as CLK_GPOUTx and...
View ArticleBare metal, Assembly language • Re: Error message compiling Assembly language
Can I ask what you are trying to do? Why are you using -m?As you say, the CPU's on the Pi are ARM not x86.Normally to build a simple hello world program hand written in assembler, use something like...
View ArticleGeneral discussion • Re: RPi4 EEPROM corrupted
Assuming 4 short flashes in a repeating pattern, that is a missing start4.elf.Can you show the boot directory when inserting the sdcard into a windows (or linux) machine.You could try installing RPiOS...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI Displays: restrictions on Pi?
..Would I get away with a simple LED driver and adapter board and dtoverlay=vc4-kms-dsi-generic with the timing parameters given in the datasheet?that would only work for 'dumb' panels. As sson as the...
View ArticleTroubleshooting • Re: Rasberry pi 5 booting problem
Try it with an official Raspberry power supplyI don't have enough money to purchase itStatistics: Posted by Niranthak — Sun Apr 06, 2025 10:20 am
View ArticleGeneral • Re: ETM instruction tracing for RP2350
I think I've got it right Very cool! Out of curiosity: Which logic analyzer is this, at 1 GS/s capture rate?Statistics: Posted by czietz — Sun Apr 06, 2025 10:36 am
View ArticleRaspberry Pi OS • Re: Allo Boss2 Dac No Sound Output After Update to bookworm
Some progress:The latest Moode version 9.3.0 finally has am updated Allo Boss2 driver. The bad news is that it only will play lower resolution files. Therefore it will not play .flac files. If you you...
View ArticleNetworking and servers • Re: Giving up on NAS
Requiring the entry of code into a terminal window to interface the Raspberry Pi with accessories to me is a real roadblock. So I'm selling all my Raspberry pi and Aduino stuff. I'll probably list all...
View ArticleGeneral discussion • Re: Device Manager?
Install "hardinfo" either with one of the GUI package managers (I prefer Synaptic) or the 'apt' command line.It will appear in the System Tools menu as System Profiler and Benchmark.Statistics: Posted...
View ArticleRaspberry Pi OS • Re: gpio-shutdown isn't working on Bookworm 64bit
I turned on remote GPIO: and now works like you.Now one press of the button brings up the "Shutdown Options" dialogue on the screen.A second press then shuts the Pi3 down.Is it recommended to turn on?...
View ArticleSDK • Re: Why C functions in PIO files?
Okay, thanks. It makes sense to put my functions there, then, since they only do PIO stuff and nothing more abstract than that. They're not ugly, but maybe along with an accent rug they'll really...
View Article