Quantcast
Channel: Renesas Synergy Platform
Browsing all 23645 articles
Browse latest View live

Forum Post: RE: Sending Message to other thread

Hello, Depending on the size of the data, you may be able to "push" it into the message buffer (which uses fixed size blocks for each message). You can do that using memcpy. Alternatively, you can of...

View Article


Forum Post: RE: Error from _ux_device_stack_initialize using Console with USB...

Hello, Error 18 is defined as UX_MEMORY_INSUFFICIENT in the USBX Device Manual. When configuring "ux" stack, make sure to set memory pool size to 4096 bytes (you can try to go down as low as 3072)....

View Article


Forum Post: RE: Adding UART to Audio player 1.20b demo

As I resolved errors it compiled, only to fail with: makefile:91: recipe for target 'INV600_IHM.elf' failed make: *** [INV600_IHM.elf] Error 1 This is about as non-descript as it gets. I'll have to...

View Article

Forum Post: RE: Adding UART to Audio player 1.20b demo

Hello, Error 1 is a linker error, you should be able to find more details few lines earlier. Most linker errors occur due to missing function and variable definitions. Regards

View Article

Forum Post: RE: Adding UART to Audio player 1.20b demo

Thanks Karol, I didn't expect a reply. Well, the output is a lot of text. Normally the colors accuse problems, but the are none besides the one that says 2 errors. The normal text does state problems:...

View Article


Forum Post: RE: Adding UART to Audio player 1.20b demo

Hello, Seems like you're trying to use UART on SCI0, however this channel is already used in GUI Thread to configure the LCD via SPI. The LCD initialization code provided does close the driver, however...

View Article

Forum Post: RE: Adding UART to Audio player 1.20b demo

Ok, I see there are differences between the audio_player demos (1.10 vs 1.20b): SCI channel 3 is now initialized, as is QSPI. Those are not actually used, right? They are there to facilitate?

View Article

Forum Post: RE: Adding UART to Audio player 1.20b demo

Hello, These changes reflect changes to the standard SK-S7 BSP between SSP 1.1.0 and 1.2.0-b.1. SCI3 has no particular use in this project and neither does QSPI, however these pins are now configured...

View Article


Forum Post: RE: Sending Message to other thread

I have read the threadx document but it makes reference to dealing with raw queues. I am assuming it is better to use the g_sf_message.p_api functions than it is to deal with the threadx functions...

View Article


Forum Post: RE: Error from _ux_device_stack_initialize using Console with USB...

Thank you. This was the problem. It now works.

View Article

Forum Post: RE: Problem with arabian language

Ok thank you, now I can see the characters with a different font. But anyway I have another problem now; for example if I translate a word to arabic with google translate I can see "شكر" but if I copy...

View Article

Forum Post: RE: Sending Message to other thread

Hello, All messages are the same size. If you have 2 different payloads, one 8 byte and one 200 byte, the messages with 8 byte payload will allocate 200 bytes in the block pool anyway. You can...

View Article

Forum Post: RE: Problem with arabian language

Hello, I understand where the problem is coming from but I don't thing "right-to-left" text is supported in GUIX/Studio. Unfortunately you'll need to write all your strings the other way around for...

View Article


Forum Post: g_sf_console framework on ssp 1.2.0 b1

When using the sf_console_api in SSP 1.2.0 b1 on the DK-S7G2 I get BSP_CFG_HANDLE_UNRECOVERABLE_ERROR (0); even though there is no errors or warnings during compile. My thread stack is as follows. I...

View Article

Forum Post: RE: DK-S124 USBX Example

Hi, I visited the link you gave, there are only 8 examples for DK-S1 Analog Sensor: ELC, CGC, IOPORT, ADC Audio Playback: ELC, CGC, IOPORT, ADC, IRQ, Audio Low Power: ELC, CGC, IOPORT Touch: ELC, CGC,...

View Article


Forum Post: RE: DK-S124 Bluetooth Examples

I have checked all the DK-S1 examples in your library: Analog Sensor: ELC, CGC, IOPORT, ADC Audio Playback: ELC, CGC, IOPORT, ADC, IRQ, Audio Low Power: ELC, CGC, IOPORT Touch: ELC, CGC, IOPORT, Touch...

View Article

Forum Post: RE: g_sf_console framework on ssp 1.2.0 b1

Hello, Inside which function does the code stop? You most likely haven't got the cable connected to the board. By default, there's a 10 sec timeout for you to connect USB device into the host system....

View Article


Forum Post: RE: DK-S124 USBX Example

We have tried to use "Renesas Synergy™ Project USBX™ CDC ACM (Device)" but this only has S3A7 and S7G2, and while we tried to simply convert to S1 this did not work, and since there is no documentation...

View Article

Forum Post: Using Console+UART with RS485

We have managed to get an RS485 working using the UART driver, however we had to use the callback funciton to toggle the Transmitter Enable to the RS485 Transceiver (expected this to have been built...

View Article

Forum Post: Connecting to cloud server socket example

Dear Forum, Im needing to send a few dozen bytes of data to a server. Are there any examples of connecting to a cloud server using a socket example. Is it best to use the bsd sockets apis or the...

View Article
Browsing all 23645 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>