Other Parts Discussed in Thread: HALCOGEN Hello,
Configuration:
RM48X Safety Hercules Microcontroler,
Halcogen 03.06
My problem:
I use the MIBSPI5 in slave mode 3 wires (CLOCK,CS, SIMO) with DMA
the MIBSPI5 receive data of 32-bits long that…
Hello Kubiks,
It is possible to implement a UART through "bit banging" IO, but I wouldn't necessarily recommend it. The easiest way to implement another UART on the Hercules device is to use the N2HET to emulate one.
Here is some example code for…
Hello,
I have been looking for a while and cant find any means of evaluating the mean time to failure of solderballs on the BGA package used for the TMS570 given the temperature variance I know the component and the board will each experience. I would…
to everyone that is new to i2c and finds the halcogen code and trm lacking, the code posted here by Daniel on the 14th May works with only a few alterations (mainly changing upper-case letters to lower-case) in CCSv5.5 and TMS570. Personally I would not…
Hi Hu Jiangbo,
hu jiangbo said: Can these two interrupts achieve interrupt nesting?
Interrupt nesting will not be possible, this is because:
Cortex R4/5 does not support interrupt nesting inherently. If you do need nested interrupts it needs to…
I declare the variable 'pippo_tmp' as static type inside the function 'void rti_UpdateTimer (void)', 'pippo_tmp' is not initialized. I don't understand why it is allocated in the flash at 0x000861C and not in RAM. If I initialize the variable, everything…
Other Parts Discussed in Thread: HALCOGEN We are using 3137 Cortex-R4 Microcontroller & setting it's PLL output clock frequency to 160MHz.
Before PLL lock state, we are able to load any address into a General purpose register but after PLL locking state…
Hi,
I have functions in the following way:
###############################
main()
{
x1_api();
x2_api();
}
###############################
x1_api() and x2_api() are defined in a library, xapi_lib.a. I just used this library in CCS project…
David,
Do you have an emulator that you can connect to this setup and check where the Program counter of the MCU is at? What is the baudrate setup ? We recommend that you use the emulator based approach to gain visibility into the code execution rather…
I ran into some issues using pdkProjectCreate script. See attached text files for output of both scripts i.e. pdkProjectCreate and pdksetupenv. The pdkProjectCreate script created a folder called MyExampleProjects but it was empty. The script appears…