msp430
What is difference between MSP430 and MSP430X?
开发者_StackOverflow社区Any comparison table available?The basic change for the 430X architecture was to introduce a 20 bit address range to allow addressing outside the 64K available on the original[详细]
2023-01-10 08:31 分类:问答My timer code is failing when IAR is configured to do max optimization
I have used timer A in MSP430 with high compiler optimization, but found that my timer code is failing when high compiler optimization used.[详细]
2023-01-03 19:27 分类:问答Timer a usage in msp430 in high compiler optimization mode
I have used timer A in MSP430 with high compiler optimization, but found that my timer code is failing when high compiler optimization used.[详细]
2023-01-03 02:28 分类:问答How to get FreeRTOS on MSP430 using CCE?
I\'d like to get FreeRTOS running on an MSP430 processor using Code Composer Essentials v3.1.I found an example of just this at http://www.westmorelandengineering.com/toc.htm.Specifically I’m working[详细]
2022-12-30 13:03 分类:问答FreeRTOS Sleep Mode hazards while using MSP430f5438
I wrote an an idle hook shown here void vApplicationIdleHook( void ) { asm(\"nop\"); P1OUT &= ~0x01;//go to sleep lights off![详细]
2022-12-22 23:15 分类:问答