STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem on Stm32cube

Posted on January 01, 2016 at 09:111 : when enable FreeRTOS , HAL_IncTick() function not attached in  systick_handler automaticly . there is a lot of problem to work HAL library.2 : in stm32f4 when enable adc ''End of Conversion Selection'' do not h...

CubeMX 4.12.0 Bug Report

Posted on January 24, 2016 at 08:27Hello everybody, When I use FreeRTOS, the cubemx generates following code for SysTick_Handler(): void SysTick_Handler(void) {   /* USER CODE BEGIN SysTick_IRQn 0 */   /* USER CODE END SysTick_IRQn 0 */   osSystick...

misagh by Associate III
  • 666 Views
  • 3 replies
  • 0 kudos

STM32MXCube on Mac OS X

Posted on January 25, 2016 at 11:02My understanding is that CubeMX is a Java based application, so do St have any plans to allow the application to run on Mac OS X?

josef by Associate II
  • 670 Views
  • 3 replies
  • 0 kudos

STM32 F0 Reset Handler code question

Posted on January 25, 2016 at 17:53 In the startup_stm32f0xx.s files, at the start of the Reset_Handler procedure, the following code occurs: ;;Check if boot space corresponds to test memory LDR R0,=0x00000004 LDR R1, [R0] LSRS R1,...

TIM_OCxPreloadConfig

Posted on January 25, 2016 at 15:42Hi all,on the DM00068049 on pg. 452, is reported:In case of PWM mode, this function is mandatory: TIM_OCxPreloadConfig(TIMx,TIM_OCPreload_ENABLE);But I see that timer works good also without recall this functions, ...

cache

Posted on January 25, 2016 at 17:09Hi  I  would like to know what the below line means . i have read on the manual and i cant understand that.64 cache lines of 128 bits on I-Code.

arunl4g by Associate II
  • 276 Views
  • 1 replies
  • 0 kudos

I2c issue with STM32F030

Posted on January 07, 2016 at 23:47 Hi I am trying to use the I2c module but I run into an issue wherein the TXIS flag check fails. The thing is I don't even see the start or address getting transmitted. I am trying to get one master/ slave conn...

DMA on ST32l151 skips bytes when copying from SPI

Posted on March 10, 2014 at 16:17Hi all,I have a product where DMA copies 10 bytes from external ADC chip over SPI, and puts it into memory. Sampling speed is 2000 sps.This works well most of the time, but very rarely (several times per minute), DMA...

srdjan by Associate II
  • 505 Views
  • 3 replies
  • 0 kudos

DMA2d

Posted on January 07, 2016 at 12:27Hi anyone has a example dma2d

arunl4g by Associate II
  • 306 Views
  • 1 replies
  • 0 kudos