STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

still have problem in SDIO

Posted on November 20, 2017 at 06:49my sdio driver is copied from STM32Cube_FW_F4_V1.17.0\Drivers\BSP\STM324x9I_EVAL\stm324x9i_eval_sd.cwhile i call HAL_SD_ReadBlocks_DMA,it's looks normalafter the card finish read,HAL_SD_GetState return HAL_SD_STAT...

Xin Yang by Associate II
  • 490 Views
  • 1 replies
  • 0 kudos

Problem adding DTCM section to GNU linker script

Posted on November 20, 2017 at 23:13Hi, I am running a custom microSD Card bootloader on an STM ARM Cortex-M7 STM32F746NG device. The bootloader itself works well. The bootloader occupies the first 32KByte sector starting at 0x08000000 and an area o...

flash program single byte in stm32L031g6

Posted on November 20, 2017 at 08:00I want to write 1byte variable to the internal flash memory. It works well when I write 4bytes variable like this.if (HAL_FLASH_Program(FLASH_TYPEPROGRAM_WORD, Address, vari4) == HAL_OK) {    Address+=4; }but when...

STM32H7 vs. STM32L4+ prices discrepancy

Posted on November 20, 2017 at 17:26Hi,   I wonder why the STM32H7 distribuitors prices are so much higher than ST prices for 10K units compared to others STM32 devices. Ex:  STM32L4R7VIT6   ST price for 10K = U$7.80     and Distribuitors minimum pr...

Asantos by Senior
  • 439 Views
  • 2 replies
  • 0 kudos

STM32F302 using TIM in output compare

Posted on November 20, 2017 at 13:41I'm using STM32F302 Nucleo board and I'm trying to configure TIM1 in such a way that it will output a 12 us long pulse on its output.I've configured TIM1, GPIO port C with its appropriate alternate functions as we...

Using the RTC

Posted on March 20, 2015 at 14:12 I'm having issues making the RTC work as expected. This is the code which is called periodically: RTC_TimeTypeDef currentTime; HAL_RTC_GetTime(&hrtc, &currentTime, FORMAT_BIN); char uartMsg[32...

dscdsc by Senior
  • 2311 Views
  • 16 replies
  • 0 kudos