logoalt Hacker News

mrheosuperlast Wednesday at 9:44 AM2 repliesview on HN

in my experience they are not that much difference between 2 design. The BLE FW is a binary blob that you will download at boot with 2 chip-design, or load it to correct address with single chip-design.

From the CPU perspective, they are the same


Replies

Max-qlast Wednesday at 10:15 AM

From a PCB layout and supply chain perspective, it’s a big difference.

mschuster91last Wednesday at 2:05 PM

> in my experience they are not that much difference between 2 design.

Depends!

If the two chips use UART or SPI for intercommunication, okay, you need two lines between the CPU and two GPIO lines for wakeup, and JTAG can be shared anyway.

But if you use stuff like shared memory, or want to do stuff like updating the display not just from the high-power chip but also from the low-power one, suddenly design becomes much more complex.