Part Number: MSP430FR2633 Hi, I am working on a design based on MSP430FR2633 and am trying to use the Captivate Design Center. I used to gui to setup the sensors. - buttons and proximity sensors, save the project and hit Generate Source Code to generate the code. I imported the code into CCS and built it - no problem so far - except the project was setup for 2532 even though i had selected 2633 as the controller in the GUI. Since it wasn't detecting any buttons or proximity, digging into the code - it looks like the design center just created a structure with a template without actually generating any code at all. For example CAPT_SENSOR_COUNT in CAPT_UserConfig.h is set to 0, g_pCaptivateSensorArray is empty etc. Did i just get taken in by the marketing koolaid or do i need to set some other button in the GUI to actually generate code? I was expecting all the control structures to be properly filled in - none of them seem to be.
↧