Part Number: RM57L843 Other Parts Discussed in Thread: HALCOGEN Hello,
We want to use a part like attached with SPI bus that does not use the MOSI line. Is it possible to configure HalCoGen SPI bus to do this with a slave part like this and if so what…
Part Number: RM57L843 Dear TI Support Team,
I am currently working with the RM57L843 Hercules microcontroller and need to access the lwIP example project available in the Hercules Examples repository.
I have attempted multiple methods to access and…
Part Number: RM57L843 "UART Bootloader for Hercules RM48x MCU" spec tell me The UART bootloader is built with Code Composer Studio v5.x and loaded through the JTAG port into the lower part of the program memory at 0x0000.
But I don't have any spec tell…
Part Number: RM57L843 When a struct with anonymous bit-field padding is initialized via a designated initializer containing a runtime value, the compiler at -O0 fails to zero-initialize the anonymous padding bits. The generated code reads the uninitialized…
Part Number: RM57L843 Hello,
I am working with HET IDE code as shown below:
L00 CNT { next=L01,reqnum=0,request=GENREQ,reg=A,max=5}; L01 ECMP { next=L02,hr_lr=HIGH,en_pin_action=ON,cond_addr=L03,pin=27,action=PULSEHI,reg=A,data=0,hr_data=0}; L02 MOV32…
Part Number: RM57L843 Tool/software: hi ,
I am sandeep. I am facing a issue that am not able the see hercules packages and device(RM57Lx) in code composer studio in 20.1version. while installing I have select the all the family packages but still facing…
Part Number: RM57L843
Hello,
I am contacting you to inquire about the following information for the product RM57L843BZWTT :
- The REACH Statement (pdf): We need to know if the product contains any of the 251 Substances of Very High Concern included…
Part Number: RM57L843 Other Parts Discussed in Thread: HALCOGEN , Hello,
We have several ADCs connected to ADC1. Is there a more detailed description of how we configure ADCs depending on the type of HW we have connected in HalCoGen so the conversions…
Part Number: RM57L843 I'm working with a program that needs to compute IP checksums, and it seems like there's a bug in the tiarmclang compiler. When I compile bug-report.c (using ARM-CGT-CLANG 4.0.3.LTS) under -Os, it drops lines 102 and 103:
fakehdr…
Part Number: RM57L843 Tool/software: I don't understand what is a valid way to use Fapi_doBlankCheckByByte() function.
My understanding is that this function enables me safe read if flash location is empty or not. In runtime we want to write some logs…