Forum Post: RE: Import from HEW fails in V 4.1.0.018
Hi, Yes, the importer only does a rudimentary job. First, fix your include paths so that they are relative, not absolute, by using the buttons in e2s C/C++ settings for adding paths. Below are all my...
View ArticleForum Post: RE: Changing touch IC in SSP
FT5x06 is used by the PE-HMI board. I quickly looked at Weather Panel demo for HMI board and indeed, changing Touch chip entry in the configurator to g_sf_touch_panel_i2c_chip_ft5x06 should do it....
View ArticleForum Post: RE: about simple code in c for microcontroller
Does the device manager show Segger J-Link?
View ArticleForum Post: RE: Changing touch IC in SSP
Thanks Karol: Your suggestions worked. My display and touch screen are working great !!! Power of Synergy --- I received my PCB to mount the Newhaven cap touch display to my DK S7G2 this morning and...
View ArticleForum Post: RE: Find out Processor Type at runtime
Instead of trying to find the processor type at runtime, I would write the processor type at a fixed location during the flashing procedure.
View ArticleForum Post: RE: VDC5 AlphaBlending
tfborth, According to this RZ/AH1 group application note. The file r_vdc5.c file contains all of the API functions available. r_vdc5_register.c register set-up commands may also be useful. I hope that...
View ArticleForum Post: Adapting demo to real project with auto-generated files
I am attempting to use the S7G2-DK Weather Panel demo as my template for my real project. The first thing I want to do is rename all the "weather" stuff to my real project name. One example is I want...
View ArticleForum Post: RE: Adapting demo to real project with auto-generated files
Hi Jeff, I think this will work for your needs: 1. Open your project and open up the Synergy configurator (double-click configuration.xml) 2. Switch to the Components tab 3. Uncheck the box next to...
View ArticleForum Post: RE: How to determine processor type RL78Fnn?
ngong, Have you considered writing the processor type to a fixed address in memory? Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: about simple code in c for microcontroller
No sir, there is no indication of Segger J-Link in device manager.
View ArticleForum Post: RE: about simple code in c for microcontroller
... but you have an unknown device which could be J-Link? Do you use connector J14 (also marked as J-Link)? Did you install all software from the YRDK-CD? This should also install the Segger USB...
View ArticleForum Post: RE: about simple code in c for microcontroller
Dear Sir, I have keep open as J-Link disable connector JP13. I did not find any unknown device in device manager. Even I have downloaded your mentioned software from Segger Folder. From YRDK-CD in...
View ArticleForum Post: [A/D converter] How to detect A/D abnormal, disconnect abnormal...
I am working with ADC on MCU SH7147 (Renesas), get digital data from analog sensor, to display speed, safe distance in a car, so i don't know how to detect or check abnormals of sensor, + A/D convert...
View ArticleForum Post: Multicore flash and run using E1
Hello, I am using E1 debugger and multi_6.4.1. I am using python commands to control the debugger. I have automated, flashing elf on a core and running it. But I want to run the other cores as well. I...
View ArticleForum Post: RE: Import from HEW fails in V 4.1.0.018
Hi Carl, Thanks for the reply. I have tried to follow your instructions and I think now that I don’t have a problem with the import as such. I am using E2 Version: 4.1.0.018 with the Toolchain version...
View ArticleForum Post: [A/D converter] How to detect A/D abnormal, disconnect abnormal...
I am working with ADC on MCU SH7147 (Renesas), get digital data from analog sensor i have 2 sensor, to get car speed and brake speed each other.The requirement want to annouce an error occur on...
View ArticleForum Post: RE: [A/D converter] How to detect A/D abnormal, disconnect...
Something like this is normally done by bounding the sensor to a range of values. This may be done by selecting appropriate resistors or may already be built into the sensor. For example a sensor...
View ArticleForum Post: RE: Import from HEW fails in V 4.1.0.018
Hello JD, I think you have a problem with compiler versions. A HEW project can at best be V.1.2.1. Later versions are not supported in HEW. You say you use V.2.02.00 in e2 studio. So you not only want...
View ArticleForum Post: RE: Import from HEW fails in V 4.1.0.018
Januz, That seems strange. How is the inc file added to the project? How is the inc file included to the project? Compare your assembler settings in the C/C++ tab with a project that works.
View ArticleForum Post: RE: about simple code in c for microcontroller
Dear Sir, I understand my mistakes. J14 connector is used to USB port via PC. Now, the debug connect options works. I have checked device manager, in universal USB hub,segger J-Link is showing. Program...
View Article