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.

  • Dear Segger Relating to the project i have just imported from from ST cube IDE (see previous post) that is now working OK, i have just come across an issue where "options" is greyed out on any file in the project tree when you right click on any file. Normally you would get the options tab and other available commands in the list such as remove from project, exclude from build, add existing file etc... These are not present. What has caused these options to become unavailable and how do i return…

  • Hi Nino. Just to let you know, your import guide fixed the issue. All now running OK. Many thanks James

  • Hi Nino Thanks for the prompt reply to my query and the link to the guide. Ill let you know if this resolves my issue. Best regards James

  • Dear Segger I am currently having difficulties getting the project importer functioning in SES. I have done this so many times with Crossworks, where base projects are created for STM32 in the cube environment outputting as a Keil project which then gets imported without issue. When i carry out the import to SES, the project complies fine but as soon as debugging is started a hard fault occurs during the standard HAL_Init() function. I have tied importing several projects and exactly the same oc…

  • SEPS525 Driver Issue

    JimPow - - emWin related

    Post

    Fixed !! Thanks Sven Its was the Config.RegEntryMode = 0x60; That needed adding to my LCDConfig.c Even after reading the manual, not quite sure what this line does, but all is good now. Best regards James

  • SEPS525 Driver Issue

    JimPow - - emWin related

    Post

    Hi Sven Thanks for the prompt reply. Unless its me, cant see the LCDConf.c attachment you said is there. Ill certainly try just placing one pixel of a certain colour on the display via emWin and monitor what gets sent to the register access functions. Regards James

  • SEPS525 Driver Issue

    JimPow - - emWin related

    Post

    Dear Segger I am struggling getting emWin5 to drive an OLED display using the SEPS525 driver provided as part of the STM Cube environment. I am using Crossworks V4 for development. The OLED with SEPS525 driver is connected to an STM32F429 using the FMC in 8 bit LCD data bus mode and I am attempting to drive without cache. My edited config file is shown below. void LCD_X_Config(void) { GUI_DEVICE * pDevice; CONFIG_FLEXCOLOR Config = {0}; GUI_PORT_API PortAPI = {0}; /* Set display driver and color…

  • Hi Zaher I have just written a custom driver for the STemWin distribution. Despite it appearing quite daunting, its actually quite straight forward. Here is an excellent article for guidance. ba0sh1.com/write-a-display-driver-for-emwin/ Just remember that if you are starting a new project from scratch, make sure you enable the CRC unit in the micro and enable the clock for this peripheral. GUI_init() will hang otherwise. Also, if using the ST RTOS bundle as per many of their examples, the defaul…