Loding PDSC Debug Description failed ...
Posted on December 01, 2017 at 14:05Dear everybody,recently when I make a new project, I find this problems.I have installed the new pack for STM32F303RE..#stm32f303re
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on December 01, 2017 at 14:05Dear everybody,recently when I make a new project, I find this problems.I have installed the new pack for STM32F303RE..#stm32f303re
Posted on December 02, 2017 at 13:48in the HAL manual both implement the same &sharpdefine __HAL_GPIO_EXTI_CLEAR_IT (__EXT_LINE__) (EXTI->PR=(__EXTI_LINE__))&sharpdefine __HAL_GPIO_EXTI_CLEAR_FLAG (__EXT_LINE__) (EXTI->PR=(__EXTI_LINE__))wh...
Posted on December 01, 2017 at 14:33Is there a website or sample program for learning I2C communication using two Nucleo boards? As for the sample program, it is better to use STM32Cube MX if possible. Because I am a Japanese, I am struggling to lea...
Posted on July 21, 2014 at 09:42Hey guysI would like to know if it's possible to use DMA with USB Full Speed.I already saw it with USB high speed (provide by ST's examples) but nothing with Full Speed.I perform transfert data between a PC and MCU an...
Posted on February 11, 2017 at 20:12Hello, I am using a IDB05A1 woth a Nucleo64-F401RE, and writing commands to it via SPI.I am wondering though, which commands do I need to send to make the device discoverable for other devices?I tried issuing the ...
Posted on November 30, 2017 at 20:25HelloI'm using TIM3 on my STM32F4. Currently TIM3 period is set on 500 (using CubeMX). Is it possible to change it with pressing 'User button'?For example'if (currentPress == 1) { htim3.Init.Period = 200; }...
Posted on December 01, 2017 at 17:08HelloFor my project i need larger fully compatible with HALL fonts. I have 24 size font, but i need at least 5 times larger. Or any larger will doAny one know where to find it ?Thanks#fonts #hall
Posted on November 30, 2017 at 20:49Hi everyone,I have a shield stm32L476 Nucleo and an ultrasonic sensor.is it possible to connect them together ?Thank you
Posted on November 30, 2017 at 12:51Hi,I am developing a prototype board which does a set of programmed task and goes to standby mode. It has both clock interrupt and pin wake up interrupt to wake the controller up from the standby mode. I am facing...
Posted on December 01, 2017 at 11:17I am Japanese. Because there is little information on Japanese STM 32, please let me ask a simple question here.What is address offset? According to RM 0364 Reference manual ''STM 32 F 334 x x advanced ARM®-based ...