|
|
|
|
|
by sounds
4602 days ago
|
|
TL;DR yes, the BB cpu has full access to everything, including the "main" cpu and all running processes. Why not, right? :) It is important to note that all smartphone chips are optimized first for low cost and low power usage. To actually isolate the baseband processor+GPS+Cell radio+Mic+Speaker would require a second high-speed bus. Most cell phone processor designs put both the baseband and application processor in the same package both for cost and power saving reasons. Since both processors are typically ARM cores they will easily interface to the same bus for memory and peripherals. Only having one external bus means fewer external components, which is typically the strongest factor relative to the total power and cost. There is also the legacy element. The article notes that most of the BB code is at least a decade old by now. Unless that code got a major rewrite, it would not run on a new, isolated architecture. Specific processor block diagrams: Samsung - https://memorylink.samsung.com/ecomobile/mem/ecomobile/appli... Qualcomm (page 4) - https://developer.qualcomm.com/download/qusnapdragons4whitep... |
|