Forum Post: RE: Problem getting USBX to start
You're right, I removed the open instruction and it's still working... The problem regarding that issue was the interrupts you suggested. Regarding the USB problem, I always click the "Generate Project...
View ArticleForum Post: RE: SPI Byte Wide Transfers
Hello rjl, The minimum output clock supported by the RSPI driver is 234375Hz at the default value of PCLKA (120MHz). All properties from the modules are generated into src/synergy_gen folder so if you...
View ArticleForum Post: RE: Problem getting USBX to start
I see your configuration uses USBX Device Class CDC-ACM as a highest level module. Please consider using Communications Framework on sf_el_ux_comms (Framework > Connectivity) instead, of course it...
View ArticleForum Post: RE: Problem getting USBX to start
I added the layer you mentioned for it to use the USBX device Class CDC-ACM I had already configured. It ended up like this: And it's still not getting recognized. I started programming around this...
View ArticleForum Post: RE: SPI Byte Wide Transfers
So, I made the r_spi.c file writeable and regenerated the project. Nothing changed in it other than my edits for that bug. return value is still UNSUPPORTED when I hit the 8 bit attempt. This is still...
View ArticleForum Post: RE: SPI Byte Wide Transfers
Hello rjl, Delete the following folders form your project tree: src/synergy_gen, synergy, synergy_cfg and Debug and re-generate and rebuild the project. One of the files that should be generated isn't...
View ArticleForum Post: SSP 1.1 vs SSP 1.2B and .metadata file
Hello I am working on the Smart Chef Demo and it uses SSP 1.1.3 and E2 Studio 5.2. Some of my work is in SSP 1.2B ad E2 Studio 5.2 When I try to import the smart chef project it wants to use SSP 1.1.3...
View ArticleForum Post: GUIX / e2 : Accents
Hi, We want to use prompt with text containing some accents (typically " é " " à " " è ", which are very often used in French language but we will have to translate the app in Polish and Turkish with...
View ArticleForum Post: RE: Problem getting USBX to start
Hi adboc, I've changed the thread priority from 2 to 5; still same outcome the the USB isn't getting recognized. Regarding the tx_thread_sleep(100); I placed it on the usb_thread_entry.c at the very...
View ArticleForum Post: RE: GUIX / e2 : Accents
How is your GUIX configuration ? We have tried with Century Gothic Bold font. Checking font parameters Ascii Latin A Latin B and Hangul Syllables (? because it is range AC00-D7AF that include C3xx we...
View ArticleForum Post: RE: Problem getting USBX to start
Where do you put this semaphore? If you pause the application, what does the callstack show? Regards, adboc
View ArticleForum Post: RE: GUIX / e2 : Accents
Hello, The configuration for the font is following: * ASCII: 0020-00fe * Latin Extended-A: 0100 -017f The first setting is crucial, as most of the characters you're looking to use are in the extended...
View ArticleForum Post: RE: Problem getting USBX to start
It's called at the very beginning of the USBX example you suggested to use. The comment says the semaphore is used to check whether the CDC-ACM device is active. /* Wait until CDC-ACM device instance...
View ArticleForum Post: RE: GUIX / e2 : Accents
Thanks for your help it works now with or directly without hexa code. The problem was the range for ASCII font parameter in GUIX studio was too short.
View ArticleForum Post: RE: SSP 1.1 vs SSP 1.2B and .metadata file
Hello Karol and thank you for responding. The answer to your question is YES but then I would get an error message that would not allow all of the pins to be, well, configured. What I did do and this...
View ArticleForum Post: RE: GUIX / e2 : Accents
Hello, sorry if I hook the thread, but I also have a similar problem. My texts are stored in a SD card for design reasons (we have a translation file for each language). Now I read the file and put the...
View ArticleForum Post: RE: GUIX / e2 : Accents
it worked for us with this font parameters in guix studio : * ASCII: 0020- 00fe
View ArticleForum Post: RE: GUIX / e2 : Accents
I tried but without results... Just to explain my situation: I read a text from a file on SD and put the characters in an array, so in the end I've an array like this: Temp_Array[0] = '1' Temp_Array[1]...
View ArticleForum Post: RE: GUIX / e2 : Accents
I don't know but did you try to activate some others options like Mathematical Operators, Number Forms, Letterlike symbols, General ponctuations ... in the guix studio list of font characters range ?
View Article