hi all,
how to use RTOS Hwi module register LCD uDMA handle ?
which LCD Global configuration, configuration structure and Hardware attributes?
i reference link for dma-transmitted-to-lcd on Tiva . it show error :
"
#10099-D program will not fit into available memory. run placement with alignment fails for section ".vtable" size 0x26c , overlaps with ".vecs", size 0x360 (page 0) tm4c129xnczad.cmd
"
it is "LCDIntRegister(LCD0_BASE, LCDIntHandler)" failed allocate with vecs segment , The TI-RTOS Hwi module should be used to plug an interrupt instead of using IntRegister?
ref:
e2e.ti.com/.../faq-can-i-update-the-vector-table-with-intregister-when-using-ti-rtos
