This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2631: Creating a new LED-blink project from scratch, without java-script

Part Number: AM2631
Other Parts Discussed in Thread: SYSCONFIG

I am just getting started with the AM263x Control Card, and I got the gpio_multi_led_blink example project running, which is always a good start. I want to now create a similar brand new project to blink a LED, but without all of the java-script code generation. I have been using CCS and your C2000, Hercules, and MSP430 processors and tools, but this auto-code generation is not something we can use due to the safety critical nature of the product. Do you have example projects without using the SysConfig/java-script auto generation of code to setup low level peripherals, or is that the general scheme for the AM263x examples? Are there any examples to do simple low-level C-code like (from the C2000) GpioCtrlRegs.GPAMUX2.bit.GPIO16 = GPIO16_SET_SPISIMOA?

Thanks,

Jim

  • Hi Jim,

    You can always take reference from syscfg code and write it on your own. We do not have specific example for that. You can refer to CSLR files for register descriptions

    mcu_plus_sdk_am243x_08_05_00_24\source\drivers\gpio\v0\cslr_gpio.h.

    Let me know if you have any more questions.