Forum Post: RE: gx_prompt_text_set not updating the value
Hi karol, Thanks for the reply!! I am using S7G2-SK board . All the API's which i am calling are returning the value 0 . One more info, In my project i am not using any touch components and i have...
View ArticleForum Post: RE: Need help diagnosing a system hang (CMSIS-RTX, Custom board)
Hi jdseymour You said: your program has been working well. And after you have modified it, it occasionally goes into the ditch. Then, first of all, you should check where you have modified. ---- You...
View ArticleForum Post: RE: gx_prompt_text_set not updating the value
Hello Nandan, There's also one other thing I seem to have forgotten about. When using GUIX API calls outside of GUIX System Thread context (event and draw handlers), you need to manually force the...
View ArticleForum Post: RE: gx_prompt_text_set not updating the value
Thank you Karol!! Its working with gx_system_dirty_mark and gx_system_canvas_refresh. I had one more query, is it possible to rotate the prompt to 90 degrees ?? Regards
View ArticleForum Post: RE: Difference between Pico FDL and FDL and lib link Error
Thanks FrankL Is there any specific document for those difference because when I googled I couldn't find any.... I had downloaded latest library V1.05 and tried by adding to same application project...
View ArticleForum Post: RE: gx_prompt_text_set not updating the value
Hello Nandan, Unfortunately you cannot rotate individual widgets. You can however, rotate the screen orientation using options provided in sf_el_gx configuration. Alternatively if you store your text...
View ArticleForum Post: RE: Timer creation using ThreadX
Hi KAROL, Thank you so much. I am getting some difficulties doing the procedure you mentioned earlier. Requirement is to create a timer for 1 millisecond using threadX. Kindly brief me on the...
View ArticleForum Post: RE: Difference between Pico FDL and FDL and lib link Error
Where do I find pico FDL library for RL78 family G13 for CC-RL compiler of CS+?? I have one European link of renesas but that doesn't allow to download and it asks for details.... Thanks in advance...
View ArticleForum Post: RE: RX621-Code generator-CS+
www.renesas.com/.../D3010606.html is this the one you are referring to?
View ArticleForum Post: RE: Timer creation using ThreadX
Hello Dhiraj, In the Synergy Configurator, add ThreadX Source: Then in the properties for ThreadX Source, set your desired Ticks Per Second value (1000): Then hit "Generate Project Content" and build...
View ArticleForum Post: RE: RX621-Code generator-CS+
No, why should I refer to a E1 download? On the page I mentioned you find the download for the RX621 PDG library. www.renesas.com/.../D3015055.html www.renesas.com/.../r20an0163ej0120_rpdl62n.pdf
View ArticleForum Post: Not able to configure PWM for MTIOC4D (Rx62n 100pin)
Hi I am trying to configure the MTIOC4D as PWM with 1 kHz and 10% duty cycle but there is NO output at this pin. I am using RPDL library for this, my configuration is ch_create_param.data2 =...
View ArticleForum Post: RE: RX621-Code generator-CS+
Thanks Frank, I am a beginner and I have a job at hand to do. The link you sent me is referring to RX630. Can I still use it?
View ArticleForum Post: RE: Timer creation using ThreadX
Hi KAROL, Thank you so much for the help. Regards
View ArticleForum Post: RE: RL78/G14 VECTOR CONTROL OF PMSM
From what I see left shift is used only on 16 bit int and 32 bit int. This is a fast multiply (*2^n). Left shift cannot be used on float for multiply.
View ArticleForum Post: RE: ThreadX run-time performance info
If you want to see realtime CPU loading with ThreadX the below link to a Knowledge Base article on this topic may be of interest....
View ArticleForum Post: RE: Not able to configure PWM for MTIOC4D (Rx62n 100pin)
Do you call R_MTU2_Set to enable the MTIO timer output?
View ArticleForum Post: RE: Web Server example
thank you all for your help. I am in good shape now.
View ArticleForum Post: RE: RX621-Code generator-CS+
www.renesas.com/.../D3015054.html this is the one I think. right?
View ArticleForum Post: RE: RX621-Code generator-CS+
Sorry, I picked the wrong line. Your link is correct.
View Article