Hi,
Zip file contain LPC11xx I2C, PWM, EXT driver and test HAL for PWM and EXT.
Limitations:
I2C Driver - only support master
PWM Driver - support max 2 channels for each timer
Drivers tested on LPC1114 custom board.
LPC11xx I2C, PWM, EXT driver
LPC11xx I2C, PWM, EXT driver
- Attachments
-
- LPC11xx_I2C_PWM_EXT_driver.zip
- (38.66 KiB) Downloaded 739 times
Re: LPC11xx I2C, PWM, EXT driver
Marcin,
Thanks for that, I'll see about merging them to trunk.
--
mike
Thanks for that, I'll see about merging them to trunk.
--
mike
Re: LPC11xx I2C, PWM, EXT driver
Finally added I2C, PWM and EXT drivers to LPC11xx port.
Also added board definition for LPC Xpresso LPC11C24. PWM & EXT drivers tested against this board.
Marcin,
I re-targetted the hal tests to the LPC11C24 Xpresso instead of your custom board.
--
mike
Also added board definition for LPC Xpresso LPC11C24. PWM & EXT drivers tested against this board.
Marcin,
I re-targetted the hal tests to the LPC11C24 Xpresso instead of your custom board.
--
mike
Re: LPC11xx I2C, PWM, EXT driver
Ok, but some comments in testhal examples are wrong. I've forgotten to change them.
Re: LPC11xx I2C, PWM, EXT driver
Great progress. Here's what I ended up using with the CANopen ROm drivers:
Code: Select all
MEMORY
{
flash : org = 0x00000000, len = 32k
/* RAM: 0x10000050..B8 reserved for CANopen ROM use, see UM10398, p.313 */
ram : org = 0x10000100, len = 8k - 256
}
Who is online
Users browsing this forum: No registered users and 2 guests