STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STemWin VNC + Anti Alias

Posted on October 26, 2015 at 08:33Hi,using STemWin, I encountered the following problem. Anti aliasing is working fine until the VNC server process is started. Then, some of the AA routines don't work anymore, e.g. GUI_AA_DrawLine doesn't do anythi...

gsiebke by Associate II
  • 87 Views
  • 0 replies
  • 0 kudos

Is DMA Circular mode working in STM32F746G-Disco?

Posted on September 13, 2015 at 21:29 Hi, I have a project in STM32F746G-Disco with its SPDIFRX interface. I was able to use STM32CubeMX to generate the intializations and the sceleton project. As it is right now, I can receive ...

sv1eia by Associate II
  • 174 Views
  • 6 replies
  • 0 kudos

Custom USART for STM32103VE

Posted on October 16, 2015 at 05:23Hello.I have to use asynchronous and synchronous modes. For asynchronous, I'm already using the built-in USART peripheral. My problem is the synchronous one. My clock needs to be 16 ticks per bit and more important...

Using two UART

Posted on October 21, 2015 at 20:31Hello,I using STM periph. library and I would need to use two UARTs on STM32F103. One UART for serial Modbus RTU comunication with sensors and one UART for terminal interface which will show data from sensors and p...

hospodar by Associate III
  • 334 Views
  • 3 replies
  • 0 kudos

EEPROM Emulation

Posted on March 22, 2013 at 18:02HiIm playing with the ST EEPROM emulation example, what I cannot get my head around is the use of VirtAddVarTab, the example has 3 addresses, but do I need to assign an address in the table for each variable I want t...

richardh by Associate II
  • 323 Views
  • 6 replies
  • 0 kudos

PLL Settings

Posted on October 23, 2015 at 14:43Hi, is there any difference how exactly I'm getting the desired clock speed on SYSCLK through PLL? For example, let's say I want to have 48MHz on SYSCLK on STM32F407, using a 8 MHz HSE and the PLL. One way of doing...

STM32CubeMX very slow with STM23F7 Discovery project

Posted on October 23, 2015 at 23:11Hello,I have set up a project in CubeMX (lastest version) and is working fine.The only very annoying problem is that the user interface is very very slow, especially the pinout tab. If i click to show the dropdown ...

SPLabs by Associate II
  • 114 Views
  • 1 replies
  • 0 kudos

is possible to use printf?

Posted on October 16, 2012 at 17:00I would use the printf function to transmit strings of hyperterminal, but if I use the printf function, the microcontroller stops! I am developing my code on STM32F4 Discovery

fullcaos by Associate II
  • 405 Views
  • 9 replies
  • 0 kudos

Convert BMP to HEX RGBA ARRAY

Posted on October 24, 2015 at 16:36Hi, i just wanna ask how to convert BMP images to hex rgba arrays as 0xF75AFFDE,0xFF78F738, 0xFFFFFFDD, 0xEF12FFBC, 0xEF59EF12, 0x8C69B570....etcThere is an example of LTCD about how to display one layer and it sho...