• AM2434: CCS里面用syscfg配置EPWM的界面配置参数太少了,不能像C2000完成基本配置

    Part Number: AM2434
    Other Parts Discussed in Thread: SYSCONFIG

    现在在LP-AM243X上面跑例程,在syscfg里面配置EPWM的时候界面参数太少了。连中断都无法配置。请问要怎么处理?难不成是需要自己手动器写初始化代码?

    但是配置了一个定时器,定时器里面还是比较完善?

    有点迷糊了。为什么有的外设能配置,有的不行?

  • LP-AM243: Ethernet/IP performance parameter

    Part Number: LP-AM243
    Other Parts Discussed in Thread: AM2434

    Hello Team,

     My company are developing industry communication base on Ethernet/IP slave within AM2434, but there are some question request support

     1. the max node can be connected with one line…

  • AM2434: 使用ADC采样电压时,利用FIFO读取数据,发现读取的fifowords数异常

    Part Number: AM2434

    利用2434采用ADC one-shot模式进行电压采样,并利用FIFO获取ADC数据时会出现实际读取fifowords数值大于实际配置的ADC通道数;

    1)ADC初始化配置如下:

    2)以8k的频率刷新接口,循环读取fifo数据,如下图:

    问题1:

    1)上述使用方法以及配置有没有什么问题?

    2)实际使用中fifowords出现等于0的情况后,ADC采样完全异常,数据不再刷新,采集的数值不对:

    3) 出现fifowords为什么会波动很大:

    4)当fifowords等于0后…

  • AM2434: 利用PowerShell生成tiimage时报错

    Part Number: AM2434

    如上图所示,按照AM243x-LP 快速上手 --- Booting SBL 和板载 OSPI Flash 烧录 - 嵌入式处理 - 技术文章 - E2ETm 设计支持中的方法

    利用PowerShell生成tiimage时,有如上图所示的错误,不过最终也生成了.tiimage文件,是不是有问题呢?

  • AM2434: 关于“关于AM243x-LP快速上手--Bootting SBL和板载OSPI Flash烧录”的疑问

    Part Number: AM2434

    AM243x处理器初学者,在论坛找到了下面的帖子

    AM243x-LP 快速上手 --- Booting SBL 和板载 OSPI Flash 烧录 - 嵌入式处理 - 技术文章 - E2ETm 设计支持

    CCS版本: Version: 12.4.0.00007 

    SDK版本:mcu_plus_sdk_am243x_09_01_00_41

    上述链接中4.1章节,提到了sysfw_signed.h,

    “备注:SYSFW默认以 .h…

  • AM2434: 关于makefile_ccs_bootimage_gen:65: recipe for target 'all' failed的疑问

    Part Number: AM2434

    AM243x的初学者

    买了一块AM243x-LP E3版本的开发板,尝试编译了几个mcu_plus_sdk_am243x_09_01_00_41中的例程

    都是报这个错误,请问如何解决呢

  • AM2434: ethercat有办法跑在M4核吗?

    Part Number: AM2434

    ethercat有办法跑在M4核下面吗?需要怎样修改?

  • AM2434: 代码段放在外置DDR中无法仿真debug

    Part Number: AM2434

    CCS版本为12.1.0,我把代码段放在外置DDR中,地址 为0x90000000,用XDS110在线仿真debug的时候,会提示无法访问memory block 0x90000000,如下图所示

    所以代码段在外置DDR中,应该怎么正常仿真代码?CCS要怎么设置?

  • AM2434: Timer按照设定周期配置后,实际测试中出现时钟抖动现象。

    Part Number: AM2434

    背景:使用的是MCU_SDK的版本是mcu_plus_sdk_am243x_08_05_00_24;

    问题:

    1、’在R50-0核中使用TIME2作为中断8k的定时器时钟,结果测试发现出现125us,126us,甚至124us的抖动现象:

    Timer的配置如下:

    这是为什么??

    2. 同时发现在最新版的MCU_SDK中即版本为mcu_plus_sdk_am243x_09_01_00_41中对于timer的周期计算与我所用的243x_08_05_00_24不一样…

  • AM2434: AM243X OSPI FLASH上烧录的xip文件相关问题

    Part Number: AM2434

    您好,我们现在在用AM3234开发Ethercat 数字IO模块,目前我在做FLASH上的固件更新,遇到两个问题请教下:

    1、如下图所示,通过串口烧录到flash上的xip文件没有设置烧写到flash的offset,请问这个offset值是多少,在哪里可以看到?

    因为我要对flash上的固件通过Ethercat FOE去更新所以我需要知道这个xip我要写到flash哪个开始地址

    2、如下图由于flash需要分更新区和备份区,更新区是否也需要xip文件

  • AM2434: 针对Undefined、Abort、SVC等异常或中断可以设置他们的优先级吗?

    Part Number: AM2434

    请问针对Undefined、Abort、SVC等异常或中断可以设置他们的优先级吗?

  • AM2434: banked register用mrs和msr的方式访问不了

    Part Number: AM2434

    由armv7 r的架构手册可知,如图,针对banked registers可以通过MRS和MSR的方式访问,

    现在我写了访问sp_usr、lr_usr、sp、lr、cpsr、spsr、spsr_svc的语句,如图可以看出不管是用MRS还是用mov的方式都操作不了sp_usr、lr_usr以及spsr_svc,所以banked register要怎么访问呢?要怎么样才能编译通过?编译器要设置什么吗?

  • AM2434: How does EtherCAT achieve the 50us communication cycle indicated in the manual

    Part Number: AM2434

    Hi,

         We refer to PRU-ICSS EtherCAT Slave Firmware Data Sheet and find that the Lowest cycle time of EtherCAT can reach 50us, as shown in the figure below.

    However, in my test, the Lowest cycle can only reach 160us, and my master and…

  • AM2434: 关于am2434烧写镜像问题

    Part Number: AM2434

    各位工程师好:

    SDK版本是mcu_plus_sdk_am243x_09_00_00_35.

    自研am2434-alx开发板。

    在烧写景象以及app时,发现个问题。如下是默认的烧写cfg

    下面是我自己的烧写cfg(此cfg已得到证实,可以在板子上烧写成功并运行app)

    另我疑惑的是:

    1.“--operation=flash-phy-tuning-data”进行的是何种操作?含义是?

    2.后缀是appimage_xip的app镜像是什么作用…

  • AM2434: UART口通过uniflash烧录sbl_uart_uniflash 失败

    Part Number: AM2434
    Other Parts Discussed in Thread: UNIFLASH

    设备情况: AM2434_ALX 自研板

    问题: 用uniflash工具烧录失败

    现象描述: 用串口工具通过uart0连接PC,下载sbl  第一阶段失败,每次固定4% 失败,下图是下载log(为了验证问题,图中只下载一个文件,仍然失败):

    配置信息:

    排除,打印串口UART0日志: (是否说明硬件已经正常启动)

    请问: 如何排除?请帮忙提供排除的可能方向?谢谢!

  • AM2434: PCIE配置Region Window Size 失败。传输16K数据失败.

    Part Number: AM2434

    在使用PCIE输出16K数据遇到下面的问题,请帮忙察看是否是这样配置,配置是否有问题,请帮忙解答下,谢谢!!

    EP需要有两段BAR地址:
    iomap_post  : 0x00000~0x01000      (4K)
    iomap_Buffer: 0x04000~0x07000        (12K)
     
    因此,应该有两组Inboun/OutBound。其中一组设置为8K时,能收到8K数据。但是设置为16K时,不能收到8K以上的数据。
     
    (1)8K syscfg配置:
              1. RC配置

  • AM2434: Problems with modifying the timer cycle

    Part Number: AM2434

    In the DC mode of Ethercat master station, we need to constantly modify the timer cycle.We find that changing the reloadVal value in the TIMER_TLDR register can change the timer cycle, but it will work in the next cycle.In order to…

  • AM2434: UART烧写Flash失败

    Part Number: AM2434

    问题:AM2434 UART下载中途失败。
    环境: AM2434-alx自研板,存储媒介用的SD卡 MMCSD1口。 OSPI 接口未接 SPI flash。
    bootmode [0:6] : 0111011 
    下载串口: UART0, 同TTL转串口线连接PC USB.
    错误现象:每次下载进度条4% 固定位置固定中断,必现。
    不良错误截图:

    期待回复。

  • AM2434: 使用SD卡作为存储介质,如何进行烧写程序

    Part Number: AM2434
    Other Parts Discussed in Thread: TMDSEMU110-U, LP-AM243

    你好

    首先我的前提:

    1.自己做的板子,mcu是am2434-alx

    2.仿真器为XDS110

    3.目前使用MMCSD1 接口使用SD NAND flash作为存储媒介。 bootmode[3:9] 0011000 。

    目前我的下载方式是使用uart进行烧写下载出现错误如下:

    问题:

    1.请问要使得固件下载到SD NAND,通过什么方法?

  • AM2434: EtherCAT slave station does not support LWR command

    Part Number: AM2434

    While running a PRU-ICSS EtherCAT Slave on AM2434,We found a problem that the slave station does not support LWR command, but supports LRW command. Now we can only write to the slave station through LRW. Is there any way to solve this…

  • AM2434: How to run PROFINET stack onTMDS243EVM ?

    Part Number: AM2434

    SDK  version is mcu_plus_sdk_am243x_08_06_00_48. 

    I debug rmii pn demo load to cotex_R5,and run , EVM borad two red led(LD22 andLD23) turn on. 

    Plug in the network cable, the network port light does not light up.

    is there any manual to…

  • AM2434: SRAM ECC function

    Part Number: AM2434

    Hello, I need help. I have some confusion in the AM2434 SDK ecc example. I have a requirement that a certain core opens the ECC function of a certain SRAM region, and if there is a single-bit ECC error, the interrupt callback function…

  • AM2431: EtherCAT程序,在AM2434上面正常运行,为啥在AM2431就卡死呢

    Part Number: AM2431
    Other Parts Discussed in Thread: AM2434,

    项目前期使用AM2434,设计的EtherCAT程序,可以正常运行,现在换作AM2431,就卡在下面位置,请专家帮忙看看,是啥原因?

    #ifdef SUPPORT_CMDACK_POLL_MODE
    volatile uint16_t ack;

    do
    {
       ack = bsp_pruss_cmd_intfc_read_word(&pHost2PruIntfc->cmdlow_ack…

  • AM2431: AM2434上正常的QSPI引导模式和引导程序,在AM2431上,咋就不行呢

    Part Number: AM2431
    Other Parts Discussed in Thread: AM2434,

    项目开发,前期使用AM2434,用QSPI模式引导,使用GD25Q16E Flash开发的引导程序,可以在自己设计的板子上正常启动,并加载运行APP。现在换成AM2431芯片,同样的硬件,就无法引导,更不能加载APP,请问这是什么问题。

    之前,已把SBL调试程序写入Flash的0x600000000,调试时,即使加载SBL程序,也会进入0x418xxxxx地址,感觉是MCU根本不认识启动模式设置…

  • AM2434: 请问,针对芯片的唯一识别ID寄存器在哪里

    Part Number: AM2434

    请问,针对芯片的唯一识别ID寄存器在哪里

1 2 3