Measuring memory usage
In order to better tune the various stack sizes we set in the project configuration, I'm hoping to be able to measure min/max memory usage. I found this thread...
View ArticleGUIX gx_event_key_down
SSP 1.1.3 Doing a simple screen with pixelmap button. I get button_clicked events after the key is released but I don't get key_down or key_up events. I need to implement key repeat with delay...
View ArticleCDC USB example
Is there a CDC USB example around (pretty bare board)? S3A7 so this is USBFS... just need a "serial" communications thing to talk to the outside world.
View ArticleProblem getting USBX to start
Heys everyone,I'm new to Renesas, so it's been reading day and night documentation to get things to work, so I got to the knowledge database, and wanted to test out the USBX of my S7G2-SK board. This...
View ArticleDK-S7G2 v 3.0 GUIX Demo for ssp 1.2.0-b1
HiDoes anybody have a working guix demo application (weather panel / thermostat) ported for ssp 1.2.0-b1 on s7g2-dk ver 3.0? I'm just trying to do that but couldn't able to make it workRegards,Sivamurugan
View ArticleS7G2 - Query On USBFS
Hi,I am designing circuit using S7G2 series(specifically R7FS7G27G3A01CFP). I need to configure USBFS as host and device manually . When in host mode, I am not using USB_ OVRCURA_ B or USB_ OVRCURB_ B....
View ArticleSSP 1.1 vs SSP 1.2B and .metadata file
Hello I am working on the Smart Chef Demo and it uses SSP 1.1.3 and E2 Studio 5.2. Some of my work is in SSP 1.2B ad E2 Studio 5.2 When I try to import the smart chef project it wants to use SSP...
View ArticleGUIX / e2 : Accents
Hi,We want to use prompt with text containing some accents (typically "é" "à" "è", which are very often used in French language but we will have to translate the app in Polish and Turkish with some...
View ArticleQuestion about ThreadX precision
Hello,I'm using this code: Output_On(); tx_thread_sleep(14); Output_Off();where Output_On() sets a port high and Output_Off() sets it low. My ticks are the default 10 ms so I expected a 140...
View ArticleHelp with square signal output
Hello everyone.I'm using the Renesas Synergy SK S7G2 board, and I'm trying to output a square signal from a header pin to use it as a clock.I tried using the Timer Driver on GTP in Periodic Mode and it...
View ArticlePulse output using AGT
Before posting this message I tried to find sample code, because that's what I do with other Renesas microcontrollers that have plenty of examples on every peripheral function, but I couldn't find...
View ArticleDebugger and Optimization
Running e2 5.3.0.023 and newest supplied GCC (4.9 something). SSP 1.2.0B1Debugging here is really interesting. Either the optimizer is screwing things up or the breakpoints are being placed in...
View ArticleHow to kill a transfer
SSP 1.2.0B1I want to kick off a largish transfer on SPI bus and come back to do something else. Async read let's say.So how to I kill that transfer in progress if I want to stop it about 1/2 way...
View ArticleMutex Put when I don't own it.
So, what happens if I do a put on a mutex but I wasn't the one that owned it? Seems like it should be a safe (albeit wrong, disgusting, foolish, lazy) thing to do, but ya never know.
View ArticleNeed help with message
Hi,I'm trying to play an audio file after the LCD screen boot up. I used the example gx_audio_player as reference. below is part of the codes in the event_handler.c. The Guix post up the main screen...
View Articlenx_tcp_client_socket_connect returning NX_INVALID_INTERFACE (0x4C)
Good afternoon,I am trying to connect as a socket client to a server. It really seems quite straightforward, but I am founding that every call to nx_tcp_client_socket_connect ends with error...
View ArticleNETX Duo
Hey guys, Here's a thing: I'm communicating with a site and the process is connect, send, receive, disconnect. Wait 10 minutes, repeat. To do this, I do all the socket allocation stuff, set up a...
View ArticleSynergy S1 Custom Board USB CDC with 48-pin Device
Hello All,I have been trying to get the USB CDC up and running in one of the custom Boards designed with Synergy S1 (48-pin) MCU.Without any luck, Initially, i did not find any Example Program for the...
View Articlessp1.2.0 broke 1.2.0.b1 usb
Dear Forum,So I have been using a usb stick plugged into my sk board. I just switched to the new ssp1.2.0 this afternoon and broke the usb. When I installed the new ssp I got the confirm files for...
View ArticleAgt timer for 90 microseconds
Hi all,Can anyone give me the program of timer using agt timer for 90 microseconds ..soonRegardsKrunal Pandya
View Article