Hello team,
I want to send form one wifi module to another wifi module one time pulse.is it possible.i read about SPI in your module datatsheet. I think from that this will be possible i just want your suggestion is it possible to send time pulse.
i created SPI slave project and build this that time only two img is created and when i try to load this images using tera term VT but that time .ttl file they required and from building the project it does not create such file/img. i attached the screenshot of the project just go through it.
thanks and best regardsak.
Hi AK,Thank you for posting your question online.
ak said: I want to send form one wifi module to another wifi module one time pulse.is it possible.i read about SPI in your module datatsheet. I think from that this will be possible i just want your suggestion is it possible to send time pulse.
I am not 100% sure of what you want to do but it sounds possible.The DA16200 GPIOs support PWM. You can connect 2 GPIOs and send a pulse (PWM).If you want to sent a pulse over the Wi-Fi network, that is possible as well.You can also implement the SPI communication between 2 DA16200.
ak said:i created SPI slave project and build this that time only two img is created and when i try to load this images using tera term VT but that time .ttl file they required and from building the project it does not create such file/img. i attached the screenshot of the project just go through it.
The .ttl is not generated in all of our examples.Please refer on UM-WI-056 DA16200 DA16600 FreeRTOS Getting Started Guide (renesas.com), and follow the same procedure as on section 5.5.2 Change Flash Configuration, instead of the cfg_generator folder, please select the utility folder:After that, you should be able to see the following on e2 studio:You can use the highlighted python launcher to program your device via UART0.Alternatively, you can copy the .ttl from another project into the location of the images and use the .ttl. You will need to open the .ttl with any Text editor and change the images names.Best Regards,OV_Renesas