Activity
From 11/04/2025 to 12/03/2025
12/03/2025
- JC 10:46 PM Software Development: RE: uBoot I2C Speed Command [MityDSP L138]
- Michael B wrote:
> Hi All,
> ...
In the 2009 u-boot, i2c set speed is not implemented. There are provisions for architecture specific implementations but there are none relevant for the L138.
https://support.criticallink.com/gitweb... - MB 09:39 PM Software Development: RE: uBoot I2C Speed Command [MityDSP L138]
- As a follow up, is there any way to test I2C 1 bus through uBoot?
- Hi All,
I'm in the middle of debugging some I2C issues and was curious how the uBoot i2c speed command is handled. It seems to take/return Hz, does that relate to baud rate, bitrate, or just SCL frequency?
The i2c speed is defaulting... - Hi all,
I am interested in running a bare metal application on just the DSP core, and would like some help configuring as many of the peripherals (I2C, McASP, UART, DMA, etc.) from within uBoot instead of in the DSP code initialization....