Forum Post: RE: Calendar Time after Wake from Sleep
Karol, Thanks for the follow up. Can you explain your statement 'but obviously won't be able to "wake-up" using an interrupt'? My intention was to use Deep Software Standby, DeepCut3, and wake the...
View ArticleForum Post: GPIO Issues
I'm trying to configure several pins as simple GPIO. I've been able to write/read from some, but others don't seem to act correctly. They are all configured the same, but I've identified several which...
View ArticleForum Post: RE: g_sf_console framework on ssp 1.2.0 b1
It breaks in void g_sf_console_err_callback(void * p_instance, void * p_data) { /** Suppress compiler warning for not using parameters. */ SSP_PARAMETER_NOT_USED (p_instance); SSP_PARAMETER_NOT_USED...
View ArticleForum Post: RE: g_sf_console framework on ssp 1.2.0 b1
Ended up getting it working by installing the driver after following the guide at renesasrulz.com/.../el-composite-driver-for-sk-s7g2 %DESCRIPTION%=DriverInstall, USB\VID_0000&PID_0000 and changing...
View ArticleForum Post: RE: GPIO Issues
Rich, I've verified that these pins do indeed work on the DK S7 board. You should check the /src/synergy_gen/pin_data.c file that is generated by the Synergy Configurator to see that the pins are set...
View ArticleForum Post: RE: GPIO Issues
Gary, Thanks for the feedback. it looks like changes are not making it from the configurator to the pin_data.c file. I even deleted it (pin_data.c) and hit 'Generate Project Content', no new pin_data.c...
View ArticleForum Post: RE: GPIO Issues
Found it - I had a file marker as read only in the tree causing updates to fail.
View ArticleForum Post: RE: Why the new look?
Hi Josh, This is Jennifer from the support team. I find a problem of the new interface: The story stream is not showing the full activities. It only shows part of activities. However, the old interface...
View ArticleForum Post: RE: GUIX Popup Windows
Thank you, Karol, for your response. The events are sent to a NULL target, since the originator of the event does not know which window might be active at any point, and many of those possible windows...
View ArticleForum Post: RE: Why the new look?
Hey Jennifer, I have passed that feedback along and it will be addressed as soon as possible. Thanks for your patience as we take care of these items and please send any more feedback as you can! -Josh...
View ArticleForum Post: RE: NEtx Socket closing unexpectedly when NOT using printf
Gary/Karol, Any additional thoughts? Shall I zip it up and send it along? Bill
View ArticleForum Post: RE: Why the new look?
Hey Josh, I keep getting a pop up saying RenesasRulz.com wants to send me notifications: I click on settings but there is no way to stop this thing that I can figure. I don't really want notifications...
View ArticleForum Post: RE: DK-S124 USBX Example
We are working on some USB examples for the DK-S124 board right now and hope to have something posted in the next couple of months.
View ArticleForum Post: RE: Why the new look?
Hey wflynn, I get that pop-up only the first time I come to the site on a new computer/browser/profile/browser cache clear out. Is that what's happening with you or does it happen every time? At the...
View ArticleForum Post: RE: NEtx Socket closing unexpectedly when NOT using printf
Hi Bill, Yes, you can send it to me and I'll take a look at it. You can e-mail it to me if you don't want to post it here or you can send it to the normal REA tech support and CC me so it will be...
View ArticleForum Post: RE: g_sf_console framework on ssp 1.2.0 b1
Hi strozster, You can also try to change Class Code property in USBX Device Configuration block to Miscellaneous instead of Communications(CDC), especially if you're using Windows 10. Regards, adboc
View ArticleForum Post: S7 sci i2c issue
Hello, I have the SK-S7G2 board, I am trying to use the SCI module as a simple I2C on channel 4 with SSP (pin 511 SCL4 open-drain no pull-up and pin 512 SDA 4 open-drain no pull-up ; component...
View ArticleForum Post: RE: Calendar Time after Wake from Sleep
Hello Rich, I briefly mentioned the possibility of keeping RTC operation when power is fully removed (except for the VBATT) - you can't "wake up" from that. As for deep software standby, you can use...
View ArticleForum Post: RE: Using Console+UART with RS485
Hello, Top-level comms framework only replaces the main callback function - RTS callback is still fully functional. Make sure to enable "External RTS Operation" in UART driver properties. Regards
View Article