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.
28335设置哪些寄存器能够输出100KHz可调的PWM波?以及定义了两个1000大小的数组后出现错误,错误在.ebss
1. ePWM模块里面的相关寄存器
2. 开的大数组是存放在.ebss段中的,可以将.ebss段在CMD文件中放置到大的Ram区间。
您好!关于第一个问题,其实TI的F2812的历程中已经有详细的代码。在TI官网,搜索SPRC097
历程命叫做: EV_PWM。
关于第二个问题,在TI的F2812的官方CMD中,.ebss默认被放到:
.ebss : > DRAMH0, PAGE = 1
DRAMH0 : origin = 0x3f9000, length = 0x001000
请下载官方历程,里面有你想要的资料。