Forum Post: RE: Conflict to use the 2 Ethernet Interfaces plus the SD Card...
Hi Sergio, Have you considered using SDHI channel 1? It would involve adding some jumper wires, disabling some driver ICs and configuring the pins. Please let us know if you would like additional help...
View ArticleForum Post: RE: Importing/Migrating from 1.0.0
Have you confirmed that your e2studio 5.0.0.043 and SSP v1.1.0 (updated on the Gallery last Friday) is installed and working properly by building and running blinky? Is your USB example based on one...
View ArticleForum Post: RE: RXC Compiler #pragma inline_asm option
thanks Kevin... yes making progress and learning heaps about assembly language modules.
View ArticleForum Post: RE: RXC Compiler #pragma inline_asm option
still getting the same compiler errors with your project.... do you think it could be the local compiler settings or E2 environment? compiler settings: -include="C:\PROGRA~2\Renesas\RX\2_4_1/include"...
View ArticleForum Post: RE: RH850 application code load from boot loader
Hi Scott, Thanks Scott, yes we are using FACI, could let me know to how to modify "config program" Command i tried to figure it out.
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
Using MSC Host on 1.1.0: - Threads tab: Add USBX (USBX Port should be added also) - Threads tab: Add FileX and remove anything that appears below it (including FileX Port) - Components tab: Add...
View ArticleForum Post: RE: g_display0_runtime_cfg_bg
This is the default name assuming your display instance is named g_display0 (which also the default). If you renamed the display instance or added another one that was automatically named g_display1,...
View ArticleForum Post: RE: Conflict to use the 2 Ethernet Interfaces plus the SD Card...
Hi Milton, We indeed looked at possibility of using SDMII1 for the SD card interface. We saw that since SDMII1 uses the same lines as QSPI we would need to use Bus Switch ICs in our boards to select...
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
Not clear where to add the USBX and FileX stacks. Let's say I load up the Blinky with ThreadX project. I have Hal and Blinky thread. I add USBX and FILEX to Blinky Thread. I add the components as...
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
USBX with sf_el_uk and FileX are added to the thread. Stacks are added from the components tab (hence you need to manually #include). The errors you're seeing are most likely semantic errors that...
View ArticleForum Post: RE: Error in starting a new workspace with M16C/26A
I did thanks Mike. Turns out that placement of the #pragma INTERRUPT statement was the culprit. By placing the #pragma INTERRUPT just before the function, the problem went away. There was no reti...
View ArticleForum Post: Using (or rather TRYING) ext int
I am trying to use int0 and int1 on a M16C/26a processor, without success. I want the pins to cause an interrupt when the line attached to them goes high. So I have done the following: declared...
View ArticleForum Post: RE: Using (or rather TRYING) ext int
Oh never mind - If I had a dollar for everytime . . . . . Turns out I had put #pragma int0_isr rather than #pragma INTERRUPT int0_isr Duh David
View ArticleForum Post: Synergy Project Port Over issue
Hello, I am porting over the project from e2 Studio 4.3 to 5.0 and also SSP 1.0.0 to 1.1.0 Alpha. I follow the documents in the migration guide. But the compilation still got error. Description...
View ArticleForum Post: ThreadX on SSP1.1.0 and e2 Studio 5.0
Hello, I am creating a simple ThreadX project. I just create a new Synergy project with S7G2 SK BSP without ThreadX. Then I configured the project via the BSP property by selection RTOS being used...
View ArticleForum Post: AWS-IoT SDK provided by Renesas
I have been planning to get started with building projects using Renesas RX63N using AWS-Iot services. I wanted to know the memory footprint of the MCU unit for using the services so that i can...
View ArticleForum Post: Low Power Mode
We are attempting to measure the power usage of an S1, when it is sleeping. The documentation for the sf_power_profiles is lacking on how to get to the lowest power state. We are using the RTC to...
View ArticleForum Post: RE: Low Power Mode
If you are running with the debugger attached, then the S1 device will not go properly into a low power mode. Are you runnning with the debugger attached? To generate the additional ioport_cfg tables,...
View ArticleForum Post: RE: RL78 Input Types
For a TTL-type input, a logical zero is between ground and 0.8V; a logical one is between 2.2V and VCC (on some devices, the thresholds may be slightly lower for lower voltage ranges). CMOS input...
View ArticleForum Post: RE: Low Power Mode
No, the S1 is running on a battery without the debugger attached. You are skipping over a small point, which is what are we choosing in the pin configuration, when we create the new table?
View Article