完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
您是否有PSOC4的串行/非闪存或样例代码的低级别驱动程序? 最好的问候, 约奇 以上来自于百度翻译 以下为原文 Hello, Do you have the Low-level driver for Serial NOR Flash or sample code of PSoC4? Best regards, Yocchi |
|
相关推荐
3个回答
|
|
你好,Yocchi,
我附上最新的低驱动程序驱动程序,以及将串行闪存S25FL512S与PSoC 4接口的示例代码。请检查附件,并让我们知道,如果你需要任何澄清。 谢谢, Krishna。 邮编 4.2兆字节 SLLDIV16.2.1.ZIP 6.8兆字节 以上来自于百度翻译 以下为原文 Hello Yocchi, I am attaching the latest Low driver driver and example code of Interfacing Serial Flash S25FL512S with PSoC 4. Please check the attached files and let us know if you need any clarifications. Thanks, Krishna.
|
|
|
|
60user47 发表于 2018-12-21 08:21 Krishna 包含在项目.ZIP和SLDLV16.2.1.ZIP中的低级别驱动程序是不同的。 例如,SLDLDV16.2.1.ZIP中的文件SLDLV16.2.1SRCSLLD.C具有如下API函数。函数SLDLDRealSudiyCCMD()的第一个参数是DeVice。 / ***************************************************************************************************************************************************************** *SLDLRead SurfyTysI*CMD-读取安全寄存器 *此函数将读取安全寄存器命令发布到SPI Flash。 *返回:SLDLDOK,SLDLDEXDEVICIOX软件保护或SLDLDEYHALLYA错误 */ SLDLD-StLDLRead SurvivyCCMD ( 字节设备,设备号 系统给出的地址SysAdDDR//设备地址 字节*Read Buf,//数据缓冲区 字节数/字节数/字节数 ) { SLDL状态状态=SLLDOK OK; 另一方面,Projut.Zip中的文件ProjtDeave3.CysNSLLD.C具有以下API函数。没有任何参数。 / ***************************************************************************************************************************************************************** *SLDLRead SurfyTysI*CMD-读取安全寄存器 *此函数将读取安全寄存器命令发布到SPI Flash。 *返回:SLDLDOK,SLDLDEXDEVICIOX软件保护或SLDLDEYHALLYA错误 */ SLDLD-StLDLRead SurvivyCCMD ( 系统给出的地址SysAdDDR//设备地址 字节*Read Buf,//数据缓冲区 字节数/字节数/字节数 ) { SLDL状态状态=SLLDOK OK; 用户推荐哪种驱动软件? 当做, 诺里基 以上来自于百度翻译 以下为原文 Krishna, The Low-Level-Drivers contained in the Project.zip and the slld_v16.2.1.zip are different each other. For example, the file slld_v16.2.1srcslld.c in the slld_v16.2.1.zip has an API function like following. The first argument of the function slld_ReadSecurityCmd() is device_num. /****************************************************************************** * slld_READ_SECURITY_Cmd - Read Security Register * This function issues the Read Security Register command to SPI Flash. * RETURNS: SLLD_OK, SLLD_E_DEVICE_SOFTWARE_PROTECTED or SLLD_E_HAL_ERROR */SLLD_STATUS slld_ReadSecurityCmd ( BYTE device_num, //device number ADDRESS sys_addr, // device address given by system BYTE *read_buf, // data buffer BYTECOUNT len_in_bytes // number of bytes){ SLLD_STATUS status = SLLD_OK; On the other hands the file ProjectDesign03.cydsnslld.c in the Project.zip has following API function. There is no argument device_num. /****************************************************************************** * slld_READ_SECURITY_Cmd - Read Security Register * This function issues the Read Security Register command to SPI Flash. * RETURNS: SLLD_OK, SLLD_E_DEVICE_SOFTWARE_PROTECTED or SLLD_E_HAL_ERROR */SLLD_STATUS slld_ReadSecurityCmd ( ADDRESS sys_addr, // device address given by system BYTE *read_buf, // data buffer BYTECOUNT len_in_bytes // number of bytes){ SLLD_STATUS status = SLLD_OK; Which driver software is recommended for users? Regards, Noriaki |
|
|
|
numuwewr 发表于 2018-12-21 08:33 你好,谭阿卡三, 附件是最新的一个。我建议用户使用我之前的响应中的LLD。项目中使用的是旧版本。版本号为132.1。客户可以使用代码作为参考。只有一些功能可能在新版本中发生了变化。 谢谢, Krishna。 以上来自于百度翻译 以下为原文 Hello Tanaka San, The one which is attached is the latest one. I recommend the users to use the LLD attached in my previous response. The one used in the project is older version. Version no is 13.2.1. Customer can use the code as reference. Only some functions might have changed in the newer version. Thanks, Krishna. |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2070 浏览 1 评论
1826 浏览 1 评论
3639 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1761 浏览 6 评论
1513 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
510浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
360浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
410浏览 2评论
357浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
857浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-24 10:17 , Processed in 0.772800 second(s), Total 53, Slave 46 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号