Questions tagged [broadcom]

For questions related to Broadcom, a chip manufacturer.

Founded in 1991, Broadcom is the manufacturer of the SOC used in the RaspBerry Pi.

15 questions
4
votes
1 answer

I2C bus hangs in master RPi access to MSP430G uC ~1 in 1000 accesses

What I've done to deal with the problem I reset the MSP430, clearing the hung state. I've slowed down the I2C clock's frequency, beefed up the Power Supply, changed pull-up resistors - no change. Running additional processes increase the number of…
JoeM
  • 41
  • 3
4
votes
1 answer

Cross compile error from Ubuntu 14.04 to raspberry zero (using arm-linux-gnueabihf-g++)

I'm trying to cross-compile from my Ubuntu 14.04 (host) to the pi zero. Here is what I've done on host to cross compile a very basic example : > apt-get install g++-arm-linux-gnueabihf from here Then created a simple test.cpp : #include…
etiennedm
  • 185
  • 7
4
votes
1 answer

BCM2835 GPIO Pins vs. Physical Pin Numbers

Good morning. I am attempting some low-level assembly coding for Raspberry Pi. Using the BCM2835 Peripherals Doc, I have successfully been able to work with the GPIO controller on my RPi Model B rev. 2.0 to turn the "ACT" LED on (which I know is raw…
Jacob B.
  • 211
  • 1
  • 6
3
votes
1 answer

Why does the wireless chip and the ram chip of the pi 3 have squiggly circuits?

I have been looking at my Pi 3 earlier today and I noticed that both the Broadcom chip and the Elpida chip have strange, curvy lines that come in/out of them. I am thinking it may help break up interference with electromagnetism, but I am not…
2
votes
0 answers

Which Intel/AMD processor would be the equivalent to the Rpi 4B's new BCM2711?

My question is pretty straight forward... while I know the specs of the new Rpi 4B say the 4GB version... I don't know how to really compare its processor to something I'm more familiar with, say regular Intel/AMD processors. Or perhaps a more fair…
unknownprotocol
  • 267
  • 3
  • 10
1
vote
0 answers

Configure SPI from Kernel Space by writing to the SPI Registers

I'd like to write my own SPI driver to configure the SPI interface by means of writing to the CS, FIFO, and CLK SPI registers. I have disabled the SPI interface in raspi-config. I followed the documentation to get the registers' addresses, and know…
David
  • 723
  • 5
  • 22
1
vote
1 answer

Compute Module 3 BCM43364 WiFi via SDIO

I have a Murata 1FX evaluation kit, and I'm attempting to use it to get WiFi working on a Compute Module 3 (with the CMIO board). It uses the Broadcom BCM43364 chipset, which is similar to what the RPi 3 uses and is supported in theory by the…
seanlano
  • 141
  • 1
  • 8
1
vote
3 answers

How to persistent write to registers?

I'm trying to "hardware-lock" some software written for the Pi and ensure that even if someone clones the SD card, they're unable to run a particular piece of code if it's not on an "acceptable" Pi. To make a Pi acceptable, I'm thinking of writing a…
crypto
  • 165
  • 4
1
vote
1 answer

How is spidev and the spi-bcm2835 module related?

Removing either one deletes the SPI devices from /dev/ What's the difference between the two modules and how do they relate?
Eon
  • 119
  • 5
1
vote
1 answer

Feasibility of a coprocessor socket on the next gen Rpi

I'm aware of several different constraints on the Pi5 (and beyond), and I was hoping someone could give the full list and what specifically prevents such a feature (and why). The next Rpi will still want to keep the same footprint as the previous…
John O
  • 202
  • 2
  • 3
  • 10
1
vote
0 answers

RPi Memory map and bus addresses

I'm trying to understand the RPi memory map as shown in the BCM2857 reference (http://www.raspberrypi.org/wp-content/uploads/2012/02/BCM2835-ARM-Peripherals.pdf) Is a "Bus Address" the same as a control address; i.e. generated from the virtual…
AjW-Dred
  • 11
  • 2
0
votes
1 answer

Will Running Headless Improve Baud Rate?

I am trying to poll data from an I2C device on a Raspberry Pi. Currently it is hooked up to a 7" touch screen, and I am getting an error that seems to be due to a clock-stretching bug. (https://github.com/fivdi/i2c-bus/issues/36)…
ang
  • 155
  • 1
  • 8
0
votes
1 answer

Broadcom 43455 WiFi adapter problems

Raspberry Pi3 B+ running Raspbian Stretch 2018-03-13 Broadcom 43455 WiFi adapter connects to network but won't pass any traffic. If I connect an Asus dongle, that works perfectly once I turn off Wlan0 (the Brcm). I have run the pi-update and tried…
0
votes
2 answers

Is it possible to buy the BCM2837 Arm Cortex with integrated wireless bluetooth separately from a Raspberry Pi 3?

I want to experiment with the SoC but I can't seem to be able to find it anywhere, not even documentation or anything else. PS. Are there alternatives available from Broadcom?
unom
  • 643
  • 2
  • 7
  • 20
-1
votes
2 answers

Why does an analog LDR (KY-018) work on the Raspberry Pi 3?

I'm doing a project and my teacher told me that the GPIO pin cannot supports analog inputs like the LDR, so I went to try and it works perfectly without the Analog Digital Conversation IC. Why is that so?