Search Results

Search results 1-8 of 8.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Serial comunication

    alpe - - emWin related

    Post

    Hello everyone, I am working with the envision kit RX65N from Renesas, i want to stablish serial communication with other board, but i still don't get it clear how to do it from an HMI, so far i've tested it on main function but can't figure out how is done with the slots generated from the HMI. if someone can explain, for example, how to send something with a button and a text that display received data, i think that knowing that i can extrapolate to my project. Thanks

  • Conflict with display bitmaps

    alpe - - emWin related

    Post

    Hi! I'm working with Appwizard and the envision kit RX65N but get different result, don't know how to explain it so take a look. how could i solve this?

  • update! i managed to create/find the target folder, but with demos like weather forecast runs just fin on the envision kit, but with my program the only thing it does is blink the screen once. Made another application with 3 elements and goes relatively fine (there are some transparencies) so i made a copy of my project, delete everything and replicate the application with 3 buttons and get the same blinking problem, what could be the problem? is something wrong with my original application?

  • Hi, I have selected the BSP as recommended but in the project directory is no folder named target, i tried saving in another path using save as, and also tried export and save, but target folder that you mention doesn't seem to appear anywhere, is there something i can do? Regards.

  • Hello everyone, I was working on an aplication using Appwizard and now i finish that part, now i'm trying to upload to envision kit RX65N but it's not clear enough how to do that. Found a document about the integration between Appwizard and RA family devices, but it's not working, tried following the steps but there is one configuration about GNU ARM C COMPILER that is not in e2 studio. Someone can help me with some guidance, tutorials or examples that can use to solve my problem. any help is ap…

  • Starting with Appwizard

    alpe - - emWin related

    Post

    Thanks a lot! that solved my problem :D. One last question, when i designed the application in Appwizard, i made the mistake of not following any rule to name everything in order and not repeating any name, later i changed every name accordingly to the recommendation of the user manual, e.g before it was "window1" and after renaming "ID_WINDOW_MENU", but every time i open visual to edit some code, still get the same error caused by the old name even tough new changes appear normally. The error i…

  • Starting with Appwizard

    alpe - - emWin related

    Post

    Thank you so much, it is very useful!. One more question, what should i do if that dropdown belongs to a window in a screen, with your example i finally managed to show and interact with the widget, but other interaction overlap other windows and should hide the dropdown, don't know if i made myself clear but if someone get it and could explain it will be appreciated.

  • Starting with Appwizard

    alpe - - emWin related

    Post

    Hi! i am new in general with all of this, but currently i'm working on a project and using Appwizard, the design and interaction parts were relatively easy, but i need to add some dropdown widgets, been looking for some help and found a documentation from renesas explaining how to add emWin widgets to Appwizzard application, but i have problems understanding what pMsg->hWin, in the image is what i get, but my parent window is under and not set to appear yet. Anyone who can explain it to me in si…