Other Parts Discussed in Thread: SYSBIOS , OMAP-L138 昨天在调整timer,突然发现个问题:
.cfg中Timer Control中Tick Period(us)默认设置1000us,Timer Id = 1,其时钟为外部晶振时钟,即使Timer Id=Any对应0也是OSCIN。
如果外部晶振=24MHz,则照理timer1 PRD12=24000;问题是现在我外部晶振=25MHz时,timer1 PRD12也是24000,这样一个tick实际只有0…
Other Parts Discussed in Thread: SYSBIOS 大家好,
最近在学习sysbios操作系统,使用OMAPL138的平台,在CCS6上,新建一个sys/bios的工程,并在默认新建的一个任务上,执行OMAPL138片上外设的初始化,其中EDMA、AINTC和I2C0等都能正常初始化,但是,EMIFA、LCDC和I2C1等外设一初始化就报数据访问异常。不知道是什么问题呢?在调试环境上,是可以看到EMIFA、LCDC和I2C1等外设的寄存器的数据,但是不能直接用寄存器的地址在Memery…
Other Parts Discussed in Thread: SYSBIOS 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/processors-group/processors/f/processors-forum/586558/rtos-tms320c6670-programmatically-count-sysbios-heaps-and-get-their-h…
Other Parts Discussed in Thread: SYSBIOS 想要sysbios配置中断,以核减通信为触发原:
配置如下:
int32_t eventId; /* Get the event id associated with the host interrupt. */ eventId = CpIntc_getEventId(9); /* Map the System Interrupt i.e. the Interrupt Destination 0 interrupt to…