external timer giving half frequency always
Hello ,I am using external timer at p400 but it always gives me half of desired frequency in this code it gives me 0.5 Hz reather than 1 Hz./* HAL-only entry function */#define COUNTS_PER_MILLISECOND...
View ArticleRE: ucLinux or variant on Renesas Synergy processors
Renesas does have a number of ARM Cortex chips that will run Linux, just not in the Synergy family. You need an RZ.www.renesas.com/.../rz.html
View ArticleucLinux or variant on Renesas Synergy processors
Is it possible to run a linux OS on the synergy family of processors?
View ArticleRE: Real Time Clock Demo application code
There is an example for the RTC in the Developer Examples template available as a project within SSP. When creating a Synergy Project, select, for example, the DK-S7G2 and then the Developer Examples...
View ArticleReal Time Clock Demo application code
Hi Forum,Does anyone have any or can provide a link to any good demo code or a app. note for setting up and using the RTC?ThanksMatt
View ArticleRE: Keymatrix Switch Example
Hello Dhiraj,Simple driver/framework usage is explained in SSP User's Manual, Section 4. Key Matrix Driver specifically is discussed in Section 4.2.20.Regards
View ArticleRE: Keymatrix Switch Example
Hi KAROL,Thank you :)As per the procedure- I have added the key matrix HAL driver.- Then enabled the interrupt.- In the key matrix HAL driver, wrote the user_keypad_callback as a callback function-...
View ArticleRE: Keymatrix Switch Example
Hello Dhiraj,If you did not set the "Enable interrupt after initialization" property in the driver to "True", you'll have to call g_kint.p_api->enable(g_kint.p_ctrl). Also, make sure there's no...
View ArticleRE: Keymatrix Switch Example
Hi KAROL,Thank you. I have checked everything properly. Whenc the call is made to this function err = g_kint.p_api->open(g_kint.p_ctrl, g_kint.p_cfg)it directly jumps to callback function. Why this...
View ArticleRE: Keymatrix Switch Example
Hi KAROL,Thank you. I have checked everything properly. Whenc the call is made to this function err = g_kint.p_api->open(g_kint.p_ctrl, g_kint.p_cfg)it directly jumps to callback function. Why this...
View ArticleRE: Keymatrix Switch Example
Hello Dhiraj,Sounds like the trigger level or pin setup is not valid for the matrix you're using. What do you see when you step through "open" function?Regards
View ArticleKeymatrix Switch Example
Hi all,I am using SSP 1.0.0, Can anyone provide me a example code of keymatrix switch.Thank you
View ArticleRE: nx_tcp_client_socket_connect returns 0x35 (NX_NOT_CLOSED)
Hi karol,I tried the same sequence but was no effect.What worked for me is, calling the unbind,bind and connect API's in a different thread other than the disconnect callback function.Regards,Nandan G
View Articlenx_tcp_client_socket_connect returns 0x35 (NX_NOT_CLOSED)
Hi,In my socket disconnect callback function, I am again trying to connect to the same socket as below.void disconnect_cli(NX_TCP_SOCKET * socket_echo1){/* my_socket is a global variable, and it...
View ArticleRE: gx_prompt_text_set not updating the value
Hello Nandan,There are few things you need to take care of when using gx_prompt_text_set. Firstly, you need to make sure your text buffer is statically allocated. Also, it's also best to declare it...
View Articlegx_prompt_text_set not updating the value
Hi,I have a prompt where i need to update the values.I am using gx_prompt_text_set API. It is returning the value 0 but the given value is not reflecting in the UI.Calling sequence is as...
View ArticleRE: Real Time Clock Demo application code
Hi Warren,Thank you Ill take a look at this example. Matt
View ArticleRE: Touch screen RIIC issue
With I2C any device on the bus can hold the line low. I would first try to determine whether it is the master or slave device that is holding SCL low after that first transition.In the debugger after...
View ArticleRE: Touch screen RIIC issue
Sorry I was not clear in my scope description above. The CCL line goes low for 5 uS and then back to high and stays there.Looks like one good clock pulse and then nothing else.Steve D
View ArticleRE: Touch screen RIIC issue
More information:I breakpoint at riic_err_master and get a breakpoint. Channel = 0, errors = 1.When I breakpoint in the ERI routine the error reported by "HW_RIIC_GetAndClearErrsEvents()" =...
View Article