Forum Post: RE: GPT pins
For the same object (GPT configuration) : do you have some sample code about it? Thanks in advance! Ares
View ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: Migration from E2 Studio project to HEW
Hi, Found rather old HEW code, but should work. ...hmmm where is upload button?
View ArticleForum Post: RE: Migration from E2 Studio project to HEW
Hi, Found this, rather old HEW code, but should work. (Please visit the site to view this file)
View ArticleForum Post: RE: Real Time Clock Demo application code
Hi Warren, Ok, got it to compile in the E2. Cant seem to find the documentation. Where specifically should it have been created? Is it pdf's? Also fyi this demo I could not get to work and compile...
View ArticleForum Post: RE: Real Time Clock Demo application code
Matt- The pdf doc should be located below your install directory: Install /Synergy/SSP_Documentation folder. If you want to search for it on your system it is called "R11AN0024EU0100_synergy_ssp.pdf",...
View ArticleForum Post: RE: Real Time Clock Demo application code
Ok, there it is. Thank you Warren!!!! Matt
View ArticleForum Post: RE: Setting MAC Address
Nate- Do you mean during configuration as a static MAC address?
View ArticleForum Post: RE: Web Server example
Hi Tim, I met exactly the same issue with you. It's maybe a HW issue of DK-S7G2. I tried another DK-S7G2 board and it works normally. If you don't have any other board, you can try to use the Eth0...
View ArticleForum Post: RE: Keymatrix Switch Example
Hi KAROL, I have checked the pin setup and its okay. When I call the open API it directly jump on the callback function. The interrupt had enabled at the initialization. But if interrupt is enabled...
View ArticleForum Post: RE: gx_prompt_text_set not updating the value
Hi karol, 1)I am not handling any events related to created prompt. I have just created the prompt using guix, and trying to update the prompt based on prompt id continuosly using the...
View ArticleForum Post: RE: gx_prompt_text_set not updating the value
Hi karol, One more info. I dont want to handle any of the events. My requirement is, i just want to update a string continuously on the screen , without waiting for any events . Please help me out!!...
View ArticleForum Post: RE: Need help diagnosing a system hang (CMSIS-RTX, Custom board)
I want to confirm your situation. When you debugged to use J-Link on e2studio, the infinite loop occurred in the CAN initialization. But without the J-Link, it does not occurs. (but another issue...
View ArticleForum Post: RE: gx_prompt_text_set not updating the value
Hello Nandan, I meant that you should provide a default event handler for unhandled cases ONLY when you already have an event handler function. Otherwise GUIX should use the default function. Are you...
View ArticleForum Post: RE: Setting MAC Address
MAC address is configured inside properties for sf_el_nx (NetX Port ETHER) module. Regards
View Article