Forum Post: RE: Custom bsp problem s7g2_sk
Hi steveo64 thanks , i tried this it won't work after creating bsp . when i want to use it in e2 studio it always just give me BSP base board support package for chosen synergy family. No rtos...
View ArticleForum Post: RE: Power down USB HUB
Hi NaN, You can try this pdf. link here- www.renesas.com/.../r01an0492ej0200_usb.pdf It is all about usb in renesas, hope it will help something. God Bless. Best, Mark Baulo Renesasrulz Forum Moderator
View ArticleForum Post: RE: RZA1 Software Standby Example
Hi Philbot, try the thread link provided below for that issue. link here - renesasrulz.com/.../5072.aspx let me know if that one works. Best, Mark Baulo Renesasrulz Forum Moderator
View ArticleForum Post: RE: Viewing ThreadX source when using IAR
Hello Matt, When building NetX/USBX sub-modules (i.e. DNS) from source, you also need to compile their parent (NetX in this case) from source. On top of that, building NetX from source requires...
View ArticleForum Post: RE: Graphical Overlay on Video Image
Hello Jim, In most of our projects, GUIX with sf_el_gx are rendering to the background layer (layer 1). Enabling layer two in alpha-enabled format (or with smaller dimensions than layer 1) and drawing...
View ArticleForum Post: RE: Getting same MAC Address on different boards
Hello Nandan, Here's the project I posted in another thread: (Please visit the site to view this file) You can also try Steve's workaround: renesasrulz.com/.../6928.aspx Regards
View ArticleForum Post: RE: Power down USB HUB
Hello Nandan, You can control power on the VBUS by manually controlling USBH_VBUSEN pin (P11_0). The VBUS power switch on the SK-S7 is low-enable so you should write high if you wish to disable it. It...
View ArticleForum Post: RE: USB protocol without ThreadX
Hello everyone, I also want to create a USB CDC application on S3A7 controller without USBX/threadX. Is there any application note available? Please share if anyone has worked on it.
View ArticleForum Post: RE: RX62N USB DIRECT PROBLEM
Buon giorno, Do you connect "P14/USB0_DPUPE-B" to D+ via 1.5Kohm? And, do you set the port P35=0 ? P35 is the port to determine the self-powered(=0) or bus-powered(=1) in USB boot mode. 1) set to...
View ArticleForum Post: RE: USB protocol without ThreadX
Hello, Currently there aren't any application notes available for implementing USB without use of RTOS. The existing USB driver layer (sf_el_ux) is integrated at the framework level and cannot be used...
View ArticleForum Post: RE: Power down USB HUB
Hi karol, In the configuration.xml,P11_0 is configured in peripheral mode. 1)I tried to disable the USB port by writing high to P11_0 like this, g_ioport.p_api- pinWrite(IOPORT_PORT_11_PIN_00,1);...
View ArticleForum Post: RE: NetX BSD does not compile in SSP 1.1
I have taken the project from this thread, and migrated it to SSP 1.1.3 as well. Using a V3 S7-DK board, with the same DIP switch settings as you use, I get an IP address from a DHCP server and I can...
View ArticleForum Post: RE: NETX, Ethernet Performance expectations
Hi Rich, The FTP throughout can be improved to ~ 90Mpbs by setting macro NX_TCP_ACK_EVERY_N_PACKETS=2 in the project setting. The macro NX_TCP_ACK_EVERY_N_PACKETS in nx_src_user.h is not used. So the...
View ArticleForum Post: Rx64M (144pin) Simple I2c and scif
Hi, I am using Rx64M 144 pin set , facing the problem in simple i2c and scif . 1 Simple I2C - used pin P12 - SSCL2 on processor - clk P13 - SSDA2 on Processor -data connected the HDC1080 - Humidity...
View ArticleForum Post: RE: non stop mode
Hi, Yes indeed is resolved. My problem was in GPT Device configuration : I missed to disactivate the protection of the GPT SYSTEM registers ! (in RX63T), then my code hit in other area that I didn't...
View ArticleForum Post: RE: Power down USB HUB
Thank you Karol. I configured the P11_0 pin as GPIO with OUTPUT direction and then executed, g_ioport.p_api- pinWrite(IOPORT_PORT_11_PIN_00,1); It works Fine!! But As in peripheral mode ,i tried...
View ArticleForum Post: RE: PE-HMI1 - Touchscreen compatibility issue
Thanks. So, I simply have to replace the original sf_touch_panel_i2c_ft5x06.c with the new source driver for the FT5446? If no, please could anyone explain in details what to do to drive the FT5446...
View ArticleForum Post: RE: PE-HMI1 - Touchscreen compatibility issue
Thanks. So, I simply have to replace the original sf_touch_panel_i2c_ft5x06.c with the new source driver for the FT5446? If no, please could anyone explain in details what to do to drive the FT5446...
View ArticleForum Post: RE: Message Queue Implementation
Hi Karol, I checked your example. The SSP version which I am using is 1.0 and I could not find the sf_message framework. Is there any other way to implement message queue using this SSP version?....
View Article