Re. STM32F334 What does ''HAL'' stand for ?
Posted on June 23, 2015 at 00:27I have looked and looked and cannot find what HAL stands for regarding the HRTIM. Does anybody know what (or if) these letters mean ? Thanks, boB Everett, WA
Posted on June 23, 2015 at 00:27I have looked and looked and cannot find what HAL stands for regarding the HRTIM. Does anybody know what (or if) these letters mean ? Thanks, boB Everett, WA
Posted on June 23, 2015 at 04:36Hi, I really need help because there is something I am missing for sure. I tried to connect to a custom board with a STM32F042 via the SWD port, but for the connection to be successful, the MCU need to be powered by t...
Posted on June 22, 2015 at 17:21deleted #adc #dma #stm32f0
Posted on June 19, 2015 at 01:12Hello: I have the STM32F405 target connected via ST-Link pod (using IAR EWARM) This is the second of 2 identical boards, the other flashes OK. The ST-Link connects with no problem. When I initially just tried loading ...
Posted on June 22, 2015 at 16:15The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on June 22, 2015 at 07:19HiWe are using STM32F205RCTbIs it possible to boot the controller from 0x08004000 location? if possible what are the places we need to modify the code. (Boot 0 and Boot 1 pins are already assigned to boot from Main fl...
Posted on June 18, 2015 at 14:06Please fix the following bug, stm32l0xx_hal_gpio.c:259 V1.1.2--- temp &= ~((uint32_t)0x0F) << (4 * (position & 0x03));+++ temp &= ~( ((uint32_t)0x0F) << (4 * (position & 0x03)) );Thanks
Posted on June 21, 2015 at 19:51Hi Can the STLINK/V2 act as a power supply a small board with only an STM32F302 on it (without power supply) during the programming? I dont find any ''tech specs'' or any info on the current sourcing capability of the...
Posted on June 22, 2015 at 11:06hello i want to communicate 2 STM32F4 to send a string between them and i need your help thank you
Posted on June 22, 2015 at 10:14I have a custom STM32F411-based board that I am trying to bring-up. But when I plug this into the USB port, I do not see the device listed.Is there any documentation/guide that can help with initial board bring-up?I a...