STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ST Link V2, SWO speed weirdness

Posted on February 13, 2014 at 05:38I have a bit of code to output some debug using SWOvoid swo_init(){ uint32_t SWOSpeed = SWO_SPEED; uint32_t SWOPrescaler = (SystemCoreClock / SWOSpeed) - 1; // SWOSpeed in Hz CoreDebug->DEMCR = CoreDebug_DEMCR_TRC...

usb otg host lib, where is NAK for bulk-IN?

Posted on February 13, 2014 at 05:31I am using a STM32F405RG as a USB host. I've implemented the ST USB Host library (version 2.1.0) in a way that supports multiple devices behind a hub. In order to seemingly support unlimited devices (as much as po...

looking for stm32l-discovery LCD library

Posted on February 13, 2014 at 01:04Hi all,I'm looking for the LCD library for stm32l-discovery board, but could not find it on ST website.... I knew someone has used it before, but I'd like to know the original source of it.  Could someone point it...

Problem connecting to STM32F051 via STM32F0DISCOVERY

Posted on February 09, 2014 at 16:57Hi, I have a problem connecting to a STM32F051K6. I tried to use the Debugger on an STM32F0DISCOVERY-Board. It should be an ST-Link V2. Therefore I disconnected the Jumpers on CN2 and the Soldering bridges on SB19...

j_ by Associate II
  • 796 Views
  • 4 replies
  • 0 kudos

STM32F0308-DISCOVERY I2C Configuration

Posted on February 12, 2014 at 20:22My original post *poof* gone..I am attempting to use I2C2, however Oscilliscope does not see any activity on either SCL or SDA. Using STM32F0308-Discovery. Obviously timing parameter is wrong, have tried many as I...

vendor by Associate II
  • 432 Views
  • 2 replies
  • 0 kudos

Half-duplex USART ?

Posted on February 11, 2014 at 22:28 Hi, I'd like to use the USART3 of the STM32F407 (Discovery Board) in Half Duplex to control a Dynamixel AX12A. My USART initialization is the following: void USART3_init(void) { GPIO_Init...

STM32F4 - Flash stall -- more info

Posted on February 12, 2014 at 15:07I have been reading conflicting reports on writing/reading to/from FLASH when running your program code from FLASH as well.First of all, where is there documentation saying that you can stall the processor by doin...

dibs by Associate II
  • 624 Views
  • 5 replies
  • 0 kudos

First Time User

Posted on February 04, 2014 at 05:54I am using a STM32F303 Discovery board and am not really sure where to start. I am attempting to use EWARM and ST-Link Utility together. Never having downloaded code to anything more complex than Arduino, etc., I ...

jprevard by Associate II
  • 1874 Views
  • 15 replies
  • 0 kudos

STM32F429 Discovery-Board: How to use CAN-BUS?

Posted on February 12, 2014 at 16:41Hi,I try to use one of the two CAN-BUS with the STM32F429 Discovery-Board, but seem's to be no free Port to connect the CAN-Transreceiver there.Anyone has a solution for this Problem?Regards, Michael #stm32f429...

namen by Associate
  • 906 Views
  • 1 replies
  • 0 kudos

ST-Link STM32F103 firmware

Posted on February 03, 2014 at 16:29Hi, We are currently working on a STM32F429-EVAL board and our application works fine. We are about to make our own hardware and we want to include the same functionalities as the Eval board, including the ST-Lin...

celdran by Associate II
  • 1045 Views
  • 6 replies
  • 0 kudos