Part Number: RM46L850 Hi,
I'm working with the Hercules RM46 dev board and intend to use the TMS570 on our custom board.
I'm focusing on the EMAC driver right now and I'm wondering something.
In the TRM it is written ( 31.2.17.1.1 ): " the EMAC…
Hello,
From the HETn Global Timing Configuration you can set HR Clock (MHz) (top left text box) to the desired HR clock and the prescale values will change to appropriate values.
Hello,
Hercules RM46L850 has RTI (real-time interrupt) module to provide timer functionality. More information can be found in Chapter 13 in device TRM. n the examples you can find example_rtiBlinky.c examplethat blinks a LED every second usin RTI module…
Part Number: RM46L850 I've been unable to find an explanation for the interrupts that relate to a USB Device. Per spns185c.pdf the VIM has:
68: USB_FUNC.IRQISOON
69: USB_FUNC.IRQGENION
70: USB_FUNC.IRQNONISOON
71: not ( USB_FUNC.DSWAKEREQON) …
Part Number: RM46L850 Other Parts Discussed in Thread: HALCOGEN
I'm unable to get USB to work using the example code as a USB device. I put in a counter to see the sources of the interrupt handler in in usbdenum.c, and it's always SBD_INT_SRC_SOF or…
Part Number: RM46L850 Other Parts Discussed in Thread: HALCOGEN , TMS570LC4357 , , LAUNCHXL2-RM46 I'm using HALCoGen generated startup code and linker file. I'm using gcc format outputs.
In C++, if I have a class which is instantiated global, the…
Part Number: RM46L850 1:RM46L850PGET, the second pin (GIOA [0]/USB2.0VP/USB-FUNC.RXDPI) can not be controlled by software programming when using the open-leak output mode, that is, the indicator lights are often on; other output modes, such as push-pull…
Part Number: RM46L850 Hi Team,
I search for our MCU product.
And just saw ARM Cortex R4/R4F/R5F/M3/M4F on the TI website.
Do we have the MCU that implemented ARM Cortex M0+ ???
If not, does it have any roadmap or plan for it??
Our customer insisted…
Part Number: RM46L850 Other Parts Discussed in Thread: RM48L952 Hi experts,
I wonder if I can make use of USB CDC class demo application available for RM48L952 HDK to RM46 controller using USB transceiver.
Looking forward for your help
Thanks…
Part Number: RM46L850 Tool/software: Code Composer Studio Hi,
I m working with XL2RM46 BOARD.
Trying to do spi communication(mibspi)for master. problem what I m facing is txdat1/0 is not capturing my txbuffer.
PFA