STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

No source available for "X_function at 0x8009c8c"

HI,Actually i am integrating .a lib files into my work environment and trying to call the functions by using the .h file and i have given proper file paths and files to linker and compiler in properties of project and while compiling the i am getti...

Anil3 by Associate III
  • 359 Views
  • 1 replies
  • 1 kudos

Edge source of TIM Input Capture?

I need to measure the On and Off times of a possibly asymmetric signal. Measuring frequency is a classic TIM Input Capture function, and in this case one is tempted to set the capture for both edges. Within the ISR, however, is there a HAL approved...

DPaul.2 by Associate II
  • 2290 Views
  • 4 replies
  • 0 kudos

Resolved! I have configured 2 SPIs in DMA and I need to get callback for both SPIs (HAL_SPI_TxCpltCallback). I am able to get callback when tried individually, but simultaneously used its causes build error. Error[Li006]: duplicate definitions .

Build ErrorError[Li006]: duplicate definitions for "HAL_SPI_TxCpltCallback";void HAL_SPI_TxCpltCallback(SPI_HandleTypeDef *hspi) { HAL_GPIO_WritePin(SPIx_NSS_Port, SPIx_NSS_Pin, GPIO_PIN_SET); }I use the same in both files ?any way ? please help

JohnsAby by Associate II
  • 542 Views
  • 2 replies
  • 0 kudos

Architecture understanding of STM32H757 MCU

we started evaluating the controller architecture with respect to our application requirement. We are referring application note AN5557, Reference manual for the suggested MCU.While referring the documents, we understand that there are 3 Domain in th...

How to use correct clk in proteus?

I am simulating stm32f103c6 in proteus,I want to do timer2 interrupt ,I set pre = 7200-1,psc = 10000-1,so 1s to timer2 update interrupt.But time is not correct,it does not work.I look up information,it is said I need to change stm32 clk to 8MHz,not...

Ethan1 by Associate III
  • 4562 Views
  • 2 replies
  • 0 kudos