Eclipse & ST
Posted on October 06, 2008 at 18:17Eclipse & ST
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on October 06, 2008 at 18:17Eclipse & ST
Posted on January 08, 2012 at 22:49Can DCMI be used on the STM32F4Discovery board? It appears that there are pin conflicts that make it impossible.PA4 - DCMI_HSYNC conflicts with CS43L22 - LRCK/AN1xPA6 - DCMI_PIXCLK conflicts with LIS302DL - SDOPB6 ...
Posted on January 04, 2012 at 10:29Hi,im using stm32 h103 board and IAR for debugging i want to add polarssl library for crypto operations. But when i want to use library functions.''Writing outside flash memory at address 0x8008000 '' error occurs....
Posted on January 05, 2012 at 21:45Hello to all, Recently I noticed a strange behavior on STM32F series RTC, I'd like to draw your attention upon. After a hardware failure (it happened to me many times after an accidental VCC-GND short during board...
Posted on December 12, 2011 at 17:44Hi,I'd like to connect STM32VLDiscovery to my laptop USB via USART.Everywhere I see that to have RS232 on board it is not sufficient to connect USART pins with DB9 connector. RS232 <-> TTL converter is needed (lik...
Posted on January 04, 2012 at 13:41Hello. I have a stm32f103vet6. I see that data goes to PC, but I don't see anything on input in PC.My code for stm32:&sharpinclude ''stm32F10x.h''u8 SMS[]=''Hello, my name is STM32F100RB!'';int main(void){ u32 ...
Posted on January 03, 2012 at 14:44HelloI have to try use an external memory for writing and reading same data on stm32 discovery board.Which type memory can i use ? EEPROM or FLASH ? And how can i connect this device to my board ?Is there anyone t...
Posted on December 27, 2011 at 16:04Hi Folks-I'm trying to get debugging working on Eclipse. It appears that the Eclipse debugger wants to send a ''run'' command after loading the image when it should be sending a ''continue'' command. The debugge...
Posted on January 04, 2012 at 16:07Hi, I have read through the stm32 ref manual (many times!) and looked at the example firmware through the um0424 packages but I am still struggling to understand how to use the buffer descriptor table. Can someone ...
Posted on December 29, 2011 at 14:42Hello, i'am looking for an example howto implement an USB High-Speed Device in isochronous mode. I have found several examples for full-speed, but I need Highspeed. Porting full-speed examples to highspeed hasn't ...