STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F410-nucleo interval timer

Posted on August 10, 2017 at 05:12I am trying to code interval timer for stm32f410 nucleo demo board.Following is the code wherein I try to set the on-board LED-2 GPIO_PIN_5 as indication but till now no successPlease following is the code ....need ...

Can't read CCR1 value stm32f3

Posted on August 09, 2017 at 15:48 Hello guys, So I'mdoing simple timer capture inputpractice exercise. I have HC-SR 04 sensor and want to drive it with stm32f3 discovery board. If someone could check what is wrong with my code: #include 's...

STM32F7 Heap on External SDRAM

Posted on May 04, 2016 at 23:29 Hello everyone, I have managed to configure the FMC to read/write on my external SDRAM. Now, I am trying to put the heap on it. Unfortunately, I am unsuccessful. I look up on the forum and I have did change...

keaven by Associate II
  • 1461 Views
  • 6 replies
  • 0 kudos

Resolved! Same Memory base address In DMA

Posted on August 09, 2017 at 14:01Hello Can i use same memory base address in two dma (dma1 ,dma 2) for transfer date to Peripheral?DMA_DeInit(DMA1_Channel7); DMA_InitStructure.DMA_PeripheralBaseAddr = (uint32_t) & GPIOA->ODR; DMA_InitStructure.DMA_...

Running functions out of RAM

Posted on August 10, 2017 at 08:46Hello all,I am working on porting code from IAR EWARM to Atollic Truestudio (based on GNU ARM toolchain) for STM32F103RD microcontroller. I have a few questions regarding porting of __ramfunc to Atollic.I have added...

ADC resolution 12 vs 16 vs 24 bit

Posted on August 09, 2017 at 02:36Regarding ADC resolution, 12 vs 16 vs 24 bit, is this software or hardware dependable? Looking at STM32F37x family, seems like they have an 'effective number of bits/ENOB' of 14 bits, using sigma delta ADC they adve...

Kevin A by Associate
  • 2576 Views
  • 3 replies
  • 0 kudos

STM32F429 pwm

Posted on August 09, 2017 at 20:05I am using stm32f429 discovery board. When I use pwm on any timer, I am not getting correct outputs, that is my duty cycle is not matching the values in the ccr and arr registers.void enable_gpio1(){ RCC ->AHB1ENR |...

stm32f4 USB HID not detected by pc

Posted on August 07, 2017 at 20:59I am testing out the USB HID (otg fs) feature of my board with stm32f407vet6 mcu. I used stm32cubemx to configure it and i didn't add anything to the while loop in main c, just seeing if the device can be detected o...

0690X00000607tcQAA.png