跳转至内容

YTM32B1M系列

Questions about YTM32B1M seires

3 主题 3.1k 帖子
  • YTM32B1MC03 UDS LIN FBL公版操作指南

    已锁定 已解决
    15
    1 赞同
    15 帖子
    6k 浏览
    s12S

    RuiXu 好的明白了,感谢🌷 🌷

  • YTM32B1MC03 UDS CAN FBL公版操作指南

    已锁定 已解决
    23
    2 赞同
    23 帖子
    10k 浏览
    番茄+两个蛋

    ganyongchao 280c9112-7c1d-4591-a2ee-9619dae10623-image.png 你好我能要一份你刷写过程的报文吗?我现在卡在这个地方啦。

  • YTM32B1MC0 启用ROM Boot后,再下载Demo程序上电后无法运行。

    2
    0 赞同
    2 帖子
    3k 浏览
    runR

    为了防止OTP误写,可以使用如下MPU的方式保护一下:

    static void OtpProtectByMpu(void) { ARM_MPU_Region_t mpuTable[1] = { // BASE SH RO NP XN LIMIT ATTR { .RBAR = ARM_MPU_RBAR(0x10003A00U, ARM_MPU_SH_NON, 1UL, 1UL, 1UL), .RLAR = ARM_MPU_RLAR(0x10003BFFU, 0UL) }, }; ARM_MPU_SetMemAttr(0, ARM_MPU_ATTR( /* Normal memory */ ARM_MPU_ATTR_MEMORY_(1U, 0U, 1U, 0U), /* Outer Write-Through non-transient with read allocate and write not allocate */ ARM_MPU_ATTR_MEMORY_(1U, 0U, 1U, 0U) /* Inner Write-Through non-transient with read allocate and write not allocate */ )); ARM_MPU_Load(0U, mpuTable, 1); ARM_MPU_Enable(MPU_CTRL_PRIVDEFENA_Msk); }
  • 云途开发生态介绍

    快速上手云途开发生态

  • 云途论坛规则/Yuntu Forum Rules

    发帖前请查看

  • YT CONFIG TOOL调查问卷

    帮助改进和优化YT CONFIG TOOL,有机会抽取YTM32B1ME0 EVB哦...

  • Online Users