Forum Post: RE: MSP432P4111: RTC on Launchpad has low precision
Hello Alexey, What is the LFEXT crystal you are using? Can you please provide the link to the datasheet?
View ArticleForum Post: RE: CCS/TMS320F28069M: question about the ESD chip on the...
Refer to the schematic, the NUP4201MR6 is used for clamping the motor phase or dc bus voltage sampling, its standoff voltage, peak pulse power, peak impulse current and clamping voltage is enough in...
View ArticleForum Post: RE: MSP430F5325: MSP430F5x Flash based custom UART boot loader
Hi Jace, We will try that and let you know the updates. Thanks Rahul
View ArticleForum Post: RE: TM4C1290NCPDT: Using TM4C1290 with SPI flash on SSI2
Hi Haroldo, You are trying to overwrite the default drive strength for SSI pins using the GPIPadConfigSet(). Is that correct? void GPIOPinTypeSSI (uint32_t ui32Port, uint8_t ui8Pins) { // // Check the...
View ArticleForum Post: RE: TMS570LC4357: Fails every self test via Safety Lib 2.3
Hello, no. I Didn't resolve the problem.. Have no idea where to search. Because the tests in the example you send to me doesn't work for my pad.. Have no idea why, because the project is the same. May...
View ArticleForum Post: RE: MSP430F5325: MSP430F5x Flash based custom UART boot loader
Hello George, We assume if parity is wrong then all bytes will be wrong. But we are seeing 0x80 as 1st byte which we think that it will be header. Is our understanding correct? Anyway we will try...
View ArticleForum Post: RE: CCS/MSP432P401R: How to configure the the UART to send some...
I don't use RTOS much, but the second configuration in the MSP_EXP432P401R.c file configures the uart for the pins you want. As a swag, you want to init with Board_UART1 instead of Board_UART0.
View ArticleForum Post: RE: CCS/MSP432P401R: How to configure the the UART to send some...
Or the c trick of adding '0', i.e., to send 4: 4+'0'.
View ArticleForum Post: RE: CCS/TMS570LC4357: I can no longer flash code to the HDK for a...
The debugger was connecting for several days after I tried this Uninstaller. But now I am getting the same error again. I tried funning the CDM Uninstaller again, and the log report for the Uninstaller...
View ArticleForum Post: TMS320F2810: Source code LVDT interface with TMS320F2810
Part Number: TMS320F2810 Hi there, I'm looking for the complete project source C Code used in SPRA946 application note. it's about lvdt interface with DSP. The DSP was the TMS320F2810 . I would like to...
View ArticleForum Post: RE: RTOS/TM4C129XNCZAD: boot_emac_flash failsafe
What do you mean the device will become bricked? The bootloader will just keep sending BOOTP request until the BOOTP server is recovered. If the BOOTP server is forever dead then I agree that the...
View ArticleForum Post: RE: TMS570LC4357: L2FMC diagnotic questions
Hi TIDR, The CPU accesses the flash memory via the flash controller Port A, and all other masters (for example DMA) use Port B to access flash memory. The mapping is not configurable.
View ArticleForum Post: RE: MSP430FR6047: How can I know the MCU finished the measure of...
Hi Wolf, 1. I want to do something between the UPS and DNS sequence, is there some flag? - There is no flag. One way to allow yourself to do something in between UPS and DNS sequence is to explicitly...
View ArticleForum Post: RE: CCS/MSP432P401R: How to configure the the UART to send some...
Thanks everyone for your suggestions. My confusion is with the UART TX pin output. Whether I send binary value or ASCII code of the integer, I should see a burst of 1 & 0 at the UART TX with the...
View ArticleForum Post: RE: TMS320F28377S: Do Peripheral Registers have ECC or Parity...
Eric, Yes, you rightly mentioned that peripheral registers are less susceptible to SEU but I'll let our safety expert to comment on that and provide more detail if needed. Regards, Vivek Singh
View ArticleForum Post: RE: CCS/TMS570LC4357: I can no longer flash code to the HDK for a...
Look at the security privileges. Sometimes OS updates can change those, or change what effect they have.
View ArticleForum Post: CCS/TMS570LC4357: CCS Stopped connecting to HDK board when...
Part Number: TMS570LC4357 Tool/software: Code Composer Studio Help! The debugger was connecting for several days after I tried the CDM Uninstaller recommended on Mar 27th, so I thought the issue was...
View ArticleForum Post: RE: Compiler/TMS320F28075: DCAN interface register IF1CMD and the...
Pierre You are correct in that this is best handled as a single 32-bit write. I've filed a bug to have this example corrected. The IFxCMD shouldn't be set to all zeros and should be written to with a...
View ArticleForum Post: RE: CCS/MSP432P401R: How to configure the the UART to send some...
Hello Mohammad, Please refer to the following wiki article on UART Frame Structure. en.wikipedia.org/.../Universal_asynchronous_receiver-transmitter Now if the issye is that you don't see anything on...
View ArticleForum Post: RE: CCS/MSP432P401R: How to configure the the UART to send some...
Hi, Another thing that I need to add is that I will not have to use the ASCII code for my work. I only need to send the binary format value of the number through UART TX & that value will be used...
View Article