STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

''Safe'' version of HAL_GetTick()?

Posted on November 09, 2017 at 21:04Using the STM32F413 Nucleo-144 and STM32F091 Nucleo-64 evaluation boards. I am using a combination of HAL_GetTick() and a read of the countdown timer to generate higher resolution time stamps for events. Using the...

Incorrect STM32F4 svd files?

Posted on November 09, 2017 at 02:50So I downloaded en.stm32f4_svd which contains the System View Description (SVD) files for the complete range of F4'sLooking at the STM32F429.svd in particular even though I believe they are all incorrect we have t...

alfbaz by Associate II
  • 920 Views
  • 4 replies
  • 0 kudos

How to remind for unanswered questions?

Posted on November 13, 2017 at 14:47What is a good procedure to remind for unanswered questions?For example if google is searched for 'STM32 pseudodifferential mode', two unansered questions pop up at top, 43401 from september and 44783 from end of ...

Resolved! How to get SWO working with STM32CubeMX-generated Makefile?

Posted on November 10, 2017 at 13:29Hello,I am using the arm-eabi-none- toolchain on Mac OS X 10.11 using STM32CubeMX 4.22.1 to create the initialization code, a Makefile that I wrote and the ST-Link/v2 for programming.  With that environment, I can...

pgregson1 by Associate III
  • 860 Views
  • 4 replies
  • 0 kudos

Issues using USB MSC Host Libraries

Posted on November 10, 2017 at 16:28I have recently added USB support to a product, using the STM32_USB_Host_Library MSC class taken from the STM32Cube_FW_F2_V1.7.0 examples.We successfully detect devices and write and read from the disk until we ge...

How do I configure Memory Protection Unit?

Posted on November 03, 2017 at 19:56How do I configure the Memory Protection Unit in STM32F103RB? I need to protect a region of memory from writing. Can I do it using MPU?#memory-protection #stm32f103xx #cortex-m3 #cortex-m4

Cortex-M3 Memory Protection Configuration(MPU)

Posted on November 12, 2017 at 17:55 I want to protect a memory region from writing. I've configured MPU, but it is not generating any faults. The base address of the region that I want to protect is 0x20000000. The region size is 64 bytes. He...

Resolved! Why can't i connect to my STM32F103

Posted on November 08, 2017 at 15:28I have a ST-LINK-V1 connected to a OLIMEXINO-STM32, an F103RBT6 using the System Workbench.Using the ST-LINK utility I can see that I communicate to the ST-LINK. I can flash the com light and change basic configur...