STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

afe4300 and stm32f103rb, rdy pin unchanged

Posted on May 23, 2017 at 12:04Hello,I have a problem in getting the ti AFE4300 start the ADC measurement. I started with a new board that was designed using reference design on TI. Am trying to communicate with the board through an stm32f103rb(nucl...

I try to use hard ecc of stm32f767igt under U-Boot,but i test my code ,i found could only write one page by one page under command of U-Boot,

I try to use hard ecc of stm32f767igt under U-Boot,but i test my code ,i found could only write one page by one page under command of U-Boot,then i will get the right ecc value when i ready after i will one page ;but when i write two page or more, i ...

SmartCard example for STM32H7

HI, I am trying to implement smart card reader on this chip. I got the ATR from the card, and tried to port AN4800_FW_V1.0.0 examples but without success. Do you know when some example for this chip will be avaliable?

larenge by Associate II
  • 951 Views
  • 8 replies
  • 2 kudos

Resolved! Calling a function by it's address not working

Using a STM32F0 discovery board, I have this function:void BlinkBlue(void) { for (int i=0; i<20; i++) { HAL_GPIO_WritePin(LD4_GPIO_Port, LD4_Pin, GPIO_PIN_SET); HAL_Delay(50); HAL_GPIO_WritePin(LD4_GPIO_Port, LD4_Pin, GPIO_PIN_RESET); H...

NNar by Associate II
  • 515 Views
  • 2 replies
  • 0 kudos

STM32L0 ADC+TIM

//Enable ADC1 begin =========================================================================================================================================== RCC->APB2ENR |= RCC_APB2ENR_ADC1EN; __NOP();   ADC1->CR = 0; //off ADC   //ADC interru...

Jumping to Application inside main not working

Hi, I am using STM32f429 I am trying to do FOTA. After the bin file is flashed when I tried to jump from main using jump to run the code which uploaded at the other address not working the code get stuck into the hard fault handler can anyone help me...

AChan.15 by Associate II
  • 407 Views
  • 1 replies
  • 0 kudos