1
完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
你好,
我需要有关该板的标头I / O的完整文档(SPC560P - DISP)。在那儿? St.网站上的手册仅解释配置,但不解释其角色。我需要将LED连接到面包板,并通过在SPC5工作室上编写C代码来闪烁。 当我达到这种配置(附)时,LED灯不闪烁。 然后,有这个板上的编程API。这很复杂。 最好的祝福 赞布罗塔 以上来自于谷歌翻译 以下为原文 Hello, I need a full documentation for the header I / O of this board (SPC560P - DISP). Is there? The manual on the site of St. explains only the configuration, but not their role. I need connect an LED to a breadboard and it flashes by writing C code on SPC5 studio. At the time I reached this configuration (attached) with the LED light is not flashing. Then, there are APIs for programming on this board. It is very complicated. Best regards Gianluca |
|
相关推荐
7个回答
|
|
你好Gianluca,
您应该开发一个ADC转换测试应用程序Pin示例C [0] GND => GND VCC ==> 5V VO ==> C [0](例如) (使用Pinmap向导为ADC INPUT配置C [0]) 正确配置您的ADC。 你可以在shell上显示值(串口) 并构建转换函数V ==>厘米 从...来 SPC560Pxx用于发现的无OS测试应用 最好的祝福 二万 以上来自于谷歌翻译 以下为原文 Hello Gianluca , You should develop a ADC conversion test application Pin example C[0] GND => GND VCC ==> 5V VO ==> C[0] (for example) (configure C[0] for ADC INPUT with Pinmap Wizard) Configure correctly your ADC. you can display the value on the shell (Serial Port) and build a function of conversion V ==> cm Go from SPC560Pxx OS-Less ADC Test Application for Discovery Best Regards Erwan |
|
|
|
你好Gianluca,
1) 使用SPC560Pxx OS-Less测试应用程序进行发现。 对于串行端口,串行端口可通过USB电缆(FTDI芯片)使用。 你应该在控制台上显示一个''Hello World''(38400 Bauds) LINFLEX的UART(cf io_settings) 请验证您的''Hello World'',首先检查您的控制台;-) 2) GP2Y0A21YK是ADC传感器。 (参见文件) 这是一个非常“好”的选择,因为ADC驱动程序已存在于SPC5Studio SPC560Pxx组件中。 SPC5Studio中不存在I2C驱动程序。 GND => GND VCC ==> 5V VO ==> C [0](例如) (使用Pinmap向导为ADC INPUT配置C [0]) SPC560Pxx ADC无操作系统测试应用程序 在转换结束时,驱动程序正在调用回调 样品应包含您的电压值 您有一些库可将模拟读取转换为cm(距离) (参见图4)在数据表中 https://github.com/jeroendoggen/Arduino-GP2Y0A21YK-library/tree/master/DistanceGP2Y0A21YK 您的应用程序应该是SPC560Pxx ADC无测试发现测试应用程序和 SPC560Pxx用于发现的无OS测试应用程序 最好的祝福 二万 以上来自于谷歌翻译 以下为原文 Hello Gianluca , 1) with SPC560Pxx OS-Less Test Application for Discovery. for the serial port , Serial Port is available on USB Cable (FTDI Chip). you should have a ''Hello World'' displayed on a console (38400 Bauds) UART by LINFLEX (cf io_settings)
Please validate your ''Hello World'', check in your console first ;-) 2) GP2Y0A21YK is a ADC sensor. (cf documentation) it is a very ''good'' choice because the ADC driver is existing already in SPC5Studio SPC560Pxx Components. I2C Driver does not exist in SPC5Studio. GND => GND VCC ==> 5V VO ==> C[0] (for example) (configure C[0] for ADC INPUT with Pinmap Wizard) with SPC560Pxx ADC OS-Less Test Application for Discovery At the end of conversion , the drivers is calling a callback the samples should contain your value in voltage You have some libraries to convert your Analog Read into cm (distance) (Cf Figure 4) in datasheet https://github.com/jeroendoggen/Arduino-GP2Y0A21YK-library/tree/master/DistanceGP2Y0A21YK Your application should be a mix between SPC560Pxx ADC OS-Less Test Application for Discovery and SPC560Pxx OS-Less Test Application for Discovery Best regards Erwan |
|
|
|
你好,Erwan,
对不起,我仍然遇到串口问题。 使用模拟器控制台软件UDE。我按照附带的截图设置参数。我用hello world加载了测试程序但它不起作用。我认为记忆存在问题。有两个警告。你可以帮我吗? 最好的祝福 赞布罗塔 以上来自于谷歌翻译 以下为原文 Hello Erwan, Excuse me but I still have problems with the serial port. Using the simulator console software UDE. I set the parameters as in the screenshot attached. I loaded the test program with the hello world But it does not work. I think there is a problem with the memory. There are two warning. Can you help me? Best regards Gianluca |
|
|
|
你好Gianluca,
UDE很好地同步。 我没有在UDE上验证控制台,它似乎只用于调试。 1)先检查你的司机 你应该有(第一个截图) 如果没有出现PLS USB串口,启用VCP(虚拟Com端口)(Cf 2nd Screenshot) 2)用Tera Term检查你的hello世界,你的电路板应该闪烁。 我建议使用teraterm为您的终端或超级终端 http://en.sourceforge.jp/projects/ttssh2/releases/ (见次3截图) 最好的祝福 二万 以上来自于谷歌翻译 以下为原文 Hello Gianluca , UDE is well synchronized. i do not validate the console on UDE, it seems to be used for the debugging only. 1) Check your drivers first you should have (First Screenshot) if PLS USB Serial port does not appear , enable VCP (Virtual Com port) (Cf 2nd Screenshot) 2) Check your hello world with Tera Term and your board should blink. i advice to use a teraterm for your terminal or hyperterminal http://en.sourceforge.jp/projects/ttssh2/releases/ (Cf 3rd Screenshot) Best regards Erwan |
|
|
|
好。你好世界的作品。我使用了Tera术语。但是如何在ADC的测试程序中打开串行连接?当我写sdStart(& SD1,NULL)通知编译器没有声明变量SD1。
在pinmap向导中,您可以将引脚设置为LOW和HIGH。会有什么变化?我在我的电路板中使用了F GPIO [0]并在pinmap中配置了133。那是对的吗? 附上屏幕和图钉。 谢谢。 最好的祝福, 赞布罗塔 以上来自于谷歌翻译 以下为原文 Ok. The hello world works. I used Tera term. But how do I open a serial connection in the test program of the ADC? When I write sdStart (& SD1, NULL) informs the compiler that the variable SD1 is not declared. In pinmap Wizard you can set the pin to LOW and HIGH. What will change? I used the F GPIO [0] in my board and configured the 133 in pinmap. is that correct? Attached the screen and the picture of the pin. Thank You. Best regards, Gianluca |
|
|
|
对于未声明的变量我解决了:
我使用图形工具启用了“便携式HAL”组件中的串行驱动程序和“驱动程序组件”中的LinFLEX0。然后我重新生成了应用程序。 现在我尝试管理传感器。 最好的祝福 赞布罗塔。 以上来自于谷歌翻译 以下为原文 For the undeclared variable I solved so: I've enabled the serial driver in the ''portable HAL'' component and the LinFLEX0 in the ''drivers component'' with the graphical tool. Then I re-generated the application. Now I try to manage the sensor. Best regards Gianluca. |
|
|
|
有一个很好的代码,Gianluca ;-)
问题解决了 ;-) 最好的祝福 二万 以上来自于谷歌翻译 以下为原文 Have a nice code, Gianluca ;-) Problem solved ;-) Best regards Erwan |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2724 浏览 1 评论
3237 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1807 浏览 1 评论
3646 浏览 6 评论
6034 浏览 21 评论
1334浏览 4评论
209浏览 3评论
197浏览 3评论
对H747I-DISCO写程序时将CN2的st-link复用为usart1,再次烧录时无法检测到stlink怎么解决?
350浏览 2评论
STM32G474RE芯片只是串口发个数据就发烫严重是怎么回事?
442浏览 2评论
小黑屋| 手机版| Archiver| 德赢Vwin官网 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-22 00:14 , Processed in 1.180105 second(s), Total 91, Slave 74 queries .
Powered by 德赢Vwin官网 网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
德赢Vwin官网 观察
版权所有 © 湖南华秋数字科技有限公司
德赢Vwin官网 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号