Forum Post: RE: about winning prize
@Stark @Arun, FYI i have checked with EFY person regarding the same (in Devcon2016) and met the lady who were announcing the result on grand finale, she will call us soon for price money distribution....
View ArticleForum Post: RE: malloc() size questions
Hi Warren, I am using SSP v1.0.0 beta 3 for both cases. Case 1 is nothing more than the creating a new Synergy project using "S7G2-DK BSP" as the base project. Then I added the following code to...
View ArticleForum Post: RE: Spare bits in FMP or PXP profile
They can certainly use a custom profile, but they want to know if there are unused places in a standard Prox or Find profile that could be used. - Don
View ArticleForum Post: RE: Spare bits in FMP or PXP profile
Hi Don/Ash, Proximity Profile (PXP) needs to implement Link Loss Service as a mandatory service. Immediate Alert Service & Tx Power Service are optional Find Me Profile(FMP) needs to implement...
View ArticleForum Post: RE: FTP Support?
Rich, I got it working with a USB Mass Storage filesystem. It's pretty simple. I loosely followed the example in here .
View ArticleForum Post: RE: CRC generation in RX63T
I'm not sure what you don't understand? To validate the CRC check the CRC you generate when checking the binary is the same as the CRC you expect to generate. The processor includes a CRC generator...
View ArticleForum Post: RX210: Does RAM retain value upon RES# and Software Reset
Hello All, I am working on RX210. I want to know, whether the RAM retains its value upon #RES reset or a Software Reset. Regards Sujan.
View ArticleForum Post: RE: RX210: Does RAM retain value upon RES# and Software Reset
Hello, Well then, let the experts guide me. MCU: RX210 IDE: IAR Requirement: Update a structure with some information before going to reset, so that after the controller come out of reset, the...
View ArticleForum Post: RE: M32C R5F64525KFD Error No 17502: Received error response
the capacitor on the PCB i think this is for VDC 0 and VDC1 too P5_0 i have try with 5v P5_5 GND CNVSS 5V the ID code from this Car manufacturer is default 00 00 00.. or FF FF FF.. sorry for my bad...
View ArticleForum Post: RE: RX210: Does RAM retain value upon RES# and Software Reset
You have to add your own section to the linker file and define that it is not initialised. initialize by copy { rw, ro section D, ro section D_1, ro section D_2 }; initialize by copy with packing =...
View ArticleForum Post: RE: Assembler/compiler error L2321 (E) Section "S" overlaps...
Hi Frank, I was able to get the assembler/compiler error and warning free and I put like 4KB of my constants in romData.src file which is defined as D section. The below is the map for your further...
View ArticleForum Post: RE: Assembler/compiler error L2321 (E) Section "S" overlaps...
hello Moe, first the simple question. Your constants are copied to RAM because you use the option "-rom=D=R". This tells the linker that section D holds initialisation data for initialised variables...
View ArticleForum Post: g_uart baud rates
Having a little trouble understanding the clock setup for the g_uart UART Driver on r_sci_uart. The default is setup with Internal Clock Source but with this setup I have only been able to get 9600,...
View ArticleForum Post: RE: g_uart baud rates
I think this may have been due to some strange issue with my USB-serial converter or perhaps a strange S7G2 side effect when changing baud rates. I was only sending out 1 line ("Hello World\r") of...
View ArticleForum Post: e2studio v4 with double windows
e2studio v4.0.2.008 with the GNURX is opening a lot of windows and tasks twice. Examples: The \Project\Properties window is opened twice A build is done twice It's a clean installation on a Windows7-64
View ArticleForum Post: RE: g_uart baud rates
The ICL3227 I.C. has an auto off feature that shuts its transmission line after 30 seconds. You can either send a junk character (which is in general not desirable) or "kick" the transmission line so...
View ArticleForum Post: RE: g_uart baud rates
Thanks for the tip and the code snippet. Much appreciated!
View Article