Hi, Renesas!
I am working with CK-RA6M5, FSP 4.4.0 and ECLIPSE IDE.
I would like your device to sample app (FSP 4.4.0 EK-RA6M5) about simple comunication USB.
This is sameTX and RX UART into devices.
Thanks for your attention!!!
Best regards,
Rogerio
Hello,
Thanks for reaching out Renesas Engineering Community!
CK-RA6M5 and EK-RA6M5 are using the same MCU with the same part number. So you could refer to the repo of Renesas in github where there are plenty examples for EK-RA6M5 and many examples for USB communication.
Please check the link bellow:
https://github.com/renesas/ra-fsp-examples/tree/master/example_projects/ek_ra6m5
There is also a bare metal example with USB:
https://github.com/renesas/ra-fsp-examples/tree/master/example_projects/ek_ra6m5/usb_pcdc/usb_pcdc_ek_ra6m5_ep
Hope it helps!
Best Regards,
IK
Hi,
I have tried this https://github.com/renesas/ra-fsp-examples/tree/master/example_projects/ek_ra6m5/usb_pcdc/usb_pcdc_ek_ra6m5_ep
There isn´t "hal_data.h".
I have tried to search other example. I don´t search this file.
Could you help me about it?
../src/common_init.h:24:10: fatal error: hal_data.h: No such file or directory
24 | #include "hal_data.h"
| ^~~~~~~~~~~~
compilation terminated.
../src/r_usb_pcdc_descriptor.c:27:10: fatal error: r_usb_basic.h: No such file or directory
27 | #include <r_usb_basic.h>
| ^~~~~~~~~~~~~~~
Yes I assume that this is happening because you have just imported the project and you did not press on Generate Project Content to generate code and all the necessary files. You should press this:
And then you will see that some folders with generated code will be created.
If you will search through these folders you will see that hal_data.h file is created in ra_gen folder of the project.
After generating code then you should proceed building your project.
Hai,
I have an coustomised board with DA14683 MCU and W25Q40EW SPI FLASH. In that board flash is working and my application program is also working.
Now I have a new board with same design containing DA14683 MCU and with NEW flash AT25SF041B. But here SPI is not flashing. I am using smartsnippet IDE.
So SPI is flash is chnaged , so what are all the things i need change in my IDE or Code based on new spi flash.
I gone through both spi flash data sheets , pin description and opcodes commands maximum all are same. Is there any flash driver i need to add based on New SPI flash.
And also How MCU copy the program to the SPI FLASH?
Does the MCU contain any default code to Copy code to the SPI Flash? Where can we get that code?
When I flash in new board ie MCU with AT25SF041B SPI Flash, only MCU part name is coming in TERA TERM serial monitor, I put some printf statements too to print helloworld. But only MCU PART number is coming in serial monitor. Why that is? [ MCU with old flash is working]
Please help me for this.
Thanks
Hello Divu,
As far I can understand your enquiry is not related with an RA MCU product but with a Bluetooth Low Energy product, am I right? In that case you should post your question on the correct Forum Group depending on the product you are using which is Bluetooth Low Energy (in Wireless Connectivity) group.
I have moved your previous post on the correct Forum Group. Please do not create duplicate posts!
Thank you!
IK_Renesas
Thank you so much. no one replied to my question, so i asked everywhere. Sorry
Thanks for your reply!
We apologize for the delay! Please let me inform you that , due to summer holidays lots of our team members are out of office and this is why you have not received any response yet. Since your post is now on the correct Forum Group you will get support from our colleagues , who are supporting our BLE products.
Thanks for your patience and your cooperation!
I am needing to use to CK-RA6M5 kit.
I have changed to ".../usb_pcdc_ek_ra6m5_ep" configuration to CK-RA6M5 kit.
But during compile ...
This file "coomon_init.h" and "coomon_init.c" is the error .
Could you help me about it? What is it changing to use sample?
Excuse-me, my question!
I searched this problem.
I needed to change in the "#ifdef BOARD_RA6M5_EK" to "BOARD_RA6M5_CK" .
It is compiling now.
But It running this project. It stoped in this line.