Forum Post: RE: Adding nx_http_server component causes compiler errors in...
Hello Rich, You can add an include path by going to Project - Properties - C/C++ Build - Settings - Cross ARM C Compiler - Includes. All paths with Synergy-generated content should be placed in that...
View ArticleForum Post: VFP usage with mbed SDK
I have a project that is exported from mbed SDK to e2 studion (with gcc arm toolchain version 4.9.3). I am trying to adapt this to work with my own BL that is based on RZ_A1H_QSPI_LOADER. Because of...
View ArticleForum Post: RE: Viewing ThreadX source when using IAR
Hello Matt, Also, on top what Gary pointed out, it's usually best to swap all your EL libraries to source if you're building any one of them from source already. Regards
View ArticleForum Post: RE: Using Qemu with RSK RZ BSP
Hi, You should read "QEMU Emulator User Documentation", especially "4.5 ARM System emulator": http://wiki.qemu.org/download/qemu-doc.html#ARM-System-emulator To support a particular system...
View ArticleForum Post: RE: Using Qemu with RSK RZ BSP
Hello Pecteilis, Thank you very much for your reply. Regards Bipin
View ArticleForum Post: RE: Xbee communication with Sk-S7G2 kit
hi, can u provide link for that manual bceacuse the manual which i am studying there Are no such sections availablet" Section 20.6 of the S7G2 User's Manual". please provide the links for complete...
View ArticleForum Post: RE: time.h localtime() function
Hello Matt, I tried running your code, but I also included time.h in the thread scope since time.h wasn't visible from it by default. The code looks as follows: #include "time_thread.h" #include...
View ArticleForum Post: RE: Xbee communication with Sk-S7G2 kit
Hello raja, S7G2 User's Manual is available under this link: https://www.renesas.com/en-eu/doc/products/renesas-synergy/doc/r01um0001eu0110-synergy-s7g2.pdf (click orange download button to get the...
View ArticleForum Post: RE: VFP usage with mbed SDK
Hi, If the "lazy" VFP initialization is enough for you, do the following before executing any VFP instructions,. (1) Enable VFP using CPACR register. (and flush prefetch buffer if necessary) (2)...
View ArticleForum Post: RH850F1Hxx TSU functionality
Hello, We are going to use RH850F1H micro-controller having V850G3 architecture with multicore support. In FE level hardware manual section it is mentioned that OSTMn can be used as FEINT. When...
View ArticleForum Post: RH850F1X TSU Functionality
Hello, We are going to use RH850F1H micro-controller having V850G3 architecture with multicore support. In FE level hardware manual section it is mentioned that OSTMn can be used as FEINT. When...
View ArticleForum Post: RE: Xbee communication with Sk-S7G2 kit
hi Karol, the first link I am not able to download. "S7G2 User's Manual is available under this link: www.renesas.com/.../r01um0001eu0110-synergy-s7g2.pdf (click orange download button to get...
View ArticleForum Post: Disabling of interrupts in FreeRTOS - potential issue
Hi, In the HW manual for RX parts under "I/O Registers" there is mentioned in "Notes on writing to I/O registers" that it takes some cycles to complete IEN = 0 (pipe lining). Polling the IEN bit is...
View ArticleForum Post: RE: Viewing ThreadX source when using IAR
Hi Gary, So this is the problem I have been having. I go and do like you say there select nx_dns_src, unselect nx_dns, clean and then rebuild all. The source is failing to compile. Anytime I try...
View ArticleForum Post: RE: VFP usage with mbed SDK
Thanks, I think I was misinterpreting the behavior - once I hit the exception vector I assumed that there was a problem. When I saw this lazy init I continued and saw that the FP is in fact running...
View ArticleForum Post: Graphical Overlay on Video Image
Using the DK-S7G2, I am able to send graphical data to the display generated by GUIX, and with provided firmware/configuration, I am able to use the camera to play video. Now I want to combine the...
View ArticleForum Post: RE: Graphical Overlay on Video Image
I've done this on the PE-HMI using ARGB 32 BPP using the GLCD to alpha blend in layer 2. Basically, you have to define the frame buffer for layer2 (layer 1 is the default layer that GUIX uses) and...
View ArticleForum Post: RE: Getting same MAC Address on different boards
Hi Jeremy, Thanks for the reply!! Can you please share the discussion link for the below, "(Karol has posted on the forum a work around to enable the MAC address to be loaded from a location in flash,...
View ArticleForum Post: Power down USB HUB
Hi, I am using S7G2 - SK board. I want to power up/down the USB host hub(USB_H) from my code. How can i do that? Any document will be helpful. Regards
View ArticleForum Post: RE: Disabling of interrupts in FreeRTOS - potential issue
Thanks Paul, that made sense.
View Article