STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F103 issue when using SPI3 with HAL

Posted on January 21, 2016 at 16:51When SPI3 is used with HAL libraries and SCK is on PB3, HAL do not disable JTAG  automatically which is present on same pin.It has to be done manually with __HAL_AFIO_REMAP_SWJ_NOJTAG() before SPI init.

STM32F042 - is there CAN bootloader support??

Posted on January 22, 2016 at 17:47Hi there,We are designing some boards with stm32f0, all them with CAN. We are wondering if the CAN bootloader function is available here, since on AN3154, stm32f0 is never mentioned. It would be a pity (and issue) ...

Systick, NVIC and how it can go all pear shaped...

Posted on July 12, 2012 at 13:10Hi, hope someone can help with a little problem I have uncovered in my application. I am using an STM32F103C8 in a small, custom board. I am not using any library code from any source. I am using the SYSTICK counter a...

STM32F103CBT using code from Cube doesn't turn led on

Posted on January 22, 2016 at 03:27 Steps: Create new project on STM32CubeMx (v4.0)Set PB3 as GPIO_OutputGenerate code (for Atollic TrueStudio)Import the generated files (project)Use the following code to try blink the led HAL_GPIO_Wri...

gvuyk07 by Associate II
  • 798 Views
  • 5 replies
  • 0 kudos

FatFS SPI and 8Gb SD card ?

Posted on January 24, 2016 at 09:48 Guys, Can I use 8Gb SDcard with FATFs? it's formatted FAT32 Here's the debug message from UART....it seemed that it's initialized properly but can not read the file system... . à...

STM32F746G-DISCO

Posted on January 14, 2016 at 10:11Hello, I'm using STM32F746G-DISCO Audio Record and Playback example. In loopback mode I want to apply an echo effect to the input buffer before sending it to the output. The code is as follows: int main(void) {   ...

avram by Associate
  • 578 Views
  • 2 replies
  • 0 kudos

STM32L476 RTC initialization problem

Posted on January 25, 2016 at 08:27Hi, I am using STM32L476 controller. When I am trying to initialize internal RTC with LSI clock using ST example code, it is returning timeout. When I debugged the code I observed it is in RTC_EnterInitMode() fun...

vijji by Associate II
  • 418 Views
  • 0 replies
  • 0 kudos

Xtal Selection.

Posted on January 25, 2016 at 02:07Hi. I have been looking over some of ST's EVAL board, and the one thing I notice is that all of the ones I've looked at ie STM3210x_EVAL,STM32100x_EVAL, and the Nucleo evals, all use a quarts xtal in a through hole...

mbmail4 by Associate II
  • 526 Views
  • 2 replies
  • 0 kudos

STM32F4 Counter Time Difference on 2 Signals?

Posted on January 24, 2016 at 21:51Objective: To measure the time difference between 2 different analog signals that have been buffered into a square wave by a Schmitt trigger. Frequencies < 1KHz. What functions/features of the timer capture system...