Part Number: LAUNCHXL2-RM46 Other Parts Discussed in Thread: HALCOGEN I am trying to execute example program( https://youtu.be/TrKQN-sor-s ). I am making use of 2 TI RM46x launchpads. I have set DCAN1 of one board as Tx and DCAN1 of another board as Rx…
Part Number: LAUNCHXL2-RM46 Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
HI
I m following example program mentioned below. here I m not able to watch pwm due to some missing things, when I m using hetInit(); compiler…
Part Number: LAUNCHXL2-RM46 Other Parts Discussed in Thread: HALCOGEN
I'm trying to create a simple configurable *blocking* delay timer. I already have rtiNotification() handlers working for a couple of periodic timers, but of course they are not blocking…
Part Number: LAUNCHXL2-RM46 Other Parts Discussed in Thread: UNIFLASH Tool/software: Code Composer Studio I'm using the TI CAN bootloader referenced in Application Report SPNA241 and I'd like to be able to load the CAN bootloader onto our boards using…
Part Number: LAUNCHXL2-RM46 I'm trying to build this example: ADC_DAC.zip.
It's for the RM46x. The following variables are declared in sys_main.c
uint32 adc1_EV_results[43200];
uint32 adc1_G1_results[43200];
and notification.c:
uint32 adc1_EV_results_copy…
Part Number: LAUNCHXL2-RM46 Other Parts Discussed in Thread: CC3100 I notice in the Launchpad to boosterpack compatibility tool, that no RM4 Launchpad boards are available.
Is that really true? Is it coming sometime soon in the future for the LAUNCHXL2…
Part Number: LAUNCHXL2-RM46 Other Parts Discussed in Thread: HALCOGEN Hi,
I am using RM46x Launchpad for development. We are interfacing Input Output expander as a slave device to RM46x, I am facing some issues in writing data bytes to slave device…
Part Number: LAUNCHXL2-RM46 Other Parts Discussed in Thread: HALCOGEN Hello,
I am using RM46x lauchpad with a custom specific I2C slave device i.e. I/O Expander module. I have programmed RM46x I2C using Halcogen API and CCS tool.
I need to capture…
Hello David,
Could you check whether you have enabled I2C interrupt channel in VIM and ICRRDY interrupt in I2C Global Tab? I suppose you have set I2C pins in PINMUX Tab with checking i2c checkbox and setting appropriate pins.
I suppose LAUNCHXL2-RM46…
Part Number: LAUNCHXL2-RM46 Other Parts Discussed in Thread: UNIFLASH , RM46L852 ,
Tool/software: Code Composer Studio
This is a string issue with the GUI that comes with uniflash_sl.5.1.0.2397 (chromium). UniFlash loads without any problem, on the…