Forum Post: RE: CCS:About the two-phase interleaved boost of the...
Hello! Chen Jiangti, thank you very much for Chen Jiangti's reply! You've completely solved my problem.
View ArticleForum Post: RE: Suggest me 32 bit MCU
MSP432P401R . They have a launchpad to get you started www.ti.com/.../MSP-EXP432P401R
View ArticleForum Post: RE: RTOS/TM4C1294NCPDT: TM4C1294NCPDT
[quote user="shimon leonardo lewkowicz"]the pull- ups are not implemented in the launchpad??[/quote]Not sure which launchpad you are using, but looking at the schematic for the EK-TM4C1294XL in the...
View ArticleForum Post: RE: CCS / MSP-EXP430FR6989: MSP-FET: With IAR: Failed to set...
Hi Chris , Yes I have only one booard connected and yes the I can see ez-fet , additionally I note this:
View ArticleForum Post: RE: RM48L940: Flash ECC Test
Hello, The ESM registers for the group status registers are at address offsets 0x18, 0x1C and 0x20. These are implemented as an array of three 32-bit registers defined as "uint32 SR1[3U];" in the...
View ArticleForum Post: RE: TMS320F2812:TMS320F2812 readback
Hello Mr. Hareesh. I want to thank for the last time that helped me a lot with programming 2407. I just want to read 2812 and flash the new 2812. In 2407 there is a security bit at 0040h − 0043h,...
View ArticleForum Post: RE: CCS/TM4C123GH6PM: FaultISR debugging (PC and LR on stack...
[quote user="Steve Strobel"]I am not sure how to dig any deeper into this specific crash.[/quote]Which debug probe do you use? If use a probe such as a XDS110 or XDS200 which supports SWO trace with...
View ArticleForum Post: CCS/MSP430FR6989: MSP430 Memory Addressing
Part Number: MSP430FR6989 Tool/software: Code Composer Studio Hi, I try to locate variables to a specific memory location but it isn't working Here is my code: #pragma SET_DATA_SECTION(".infoD") int x;...
View ArticleForum Post: RE: CCS/MSP430FR6989: MSP430 Memory Addressing
And here is the .infoD memory address: INFOD : origin = 0x1800, length = 0x0080 Thank you
View ArticleForum Post: SRAM 1Bit ECC Test Failure
Part Number: RM48L940 My SRAM_ECC_1BIT_FAULT_INJECTION test is failing because this condition evaluates to false: (((uint32)(1u SR1[0] & ((uint32)(1u RAMERRSTATUS &...
View ArticleForum Post: RE: RM48L940: Flash ECC Test
Thanks Sunil. This makes sense now. I interpreted SR1 as status register 1.
View ArticleForum Post: RE: RM48L950: HTU Parity Address Stuck
Thanks QJ. MemoryInit of HTU seems to have solved my problem. Why must the memory be configured as strongly ordered? It's still DEVICE_NONSHAREABLE. Must I change this STRONGLYORDERED_SHAREABLE?
View ArticleForum Post: RE: CCS/MSP430FR6989: MSP430 Memory Addressing
> int x; It's possible this is being optimized away. A quick experiment: Try > volatile int x;
View ArticleForum Post: CC430F5137: The two 2pF caps on AVCC_RF - worth installing?
Part Number: CC430F5137 I've built many prototypes using this chip but never installed these two 2 pF caps (AVCC_RF decoupling... so small!). As required, pads are very close to the pin (opposite side...
View ArticleForum Post: CC430F5137: Strategy for Floating Point on this device?
Part Number: CC430F5137 In hindsight, I'm wishing I selected a Cortex or something that can do FP in 1 machine cycle (magic to me), or at least 32 bit. For now, I'm double integrating on this CC430 to...
View ArticleForum Post: RE: CCS/MSP430FR6989: MSP430 Memory Addressing
Hi, This also can't work. Or are they any ways that can see the result to prove that I am correct? Thanks.
View ArticleForum Post: MSP430G2433: Data written to the microcontroller flash is lost
Part Number: MSP430G2433 Hi, we use MSP430G2433 in our Zebra product [MC18 cradle]. we write and read certain memory area in the segment B [2nd segment]. we have a customer who complains that whatever...
View ArticleForum Post: RE: RTOS/MSP432P4111: SysTick_Handler and FreeRTOS
Hi Chris, the timerled project - that looks good. As far as I understand it calls the ISR every second with this two changes at the configuration: params.period = 4 294 967 296; params.periodUnits =...
View ArticleForum Post: RE: CCS/TMS570LS3137: FlexRay communication
Hello, In clusters consisting of three or more nodes, at least three nodes shall be configured to be coldstart nodes. Your 3rd node should be configured as coldstart node. Each startup frame must also...
View ArticleForum Post: RE: TMS570LS3137: MDIO link status register not updated
Hi Jhon, Nice knowing that the problem has been solved.
View Article