STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Need help about startup file

I am trying to write own startup file in c++ till now everything is working but I am having issue when declaring and defining something in the global scope it's most probably related to the static constructor that cpp need but I don't know how to fix...

Asraful by Associate III
  • 642 Views
  • 2 replies
  • 0 kudos

SPI Transmit and Receive in STM32F207ZGT6

int main(void){HAL_Init(); SystemClock_Config(); MX_GPIO_Init();MX_SPI1_Init();MX_USART3_UART_Init();/* USER CODE BEGIN 2 */----> HAL_SPI_Receive_IT(&hspi1, (uint8_t*) &rx_data, sizeof(rx_data));/* USER CODE END 2 */while (1){HAL_SPI_Transmit(&hspi1,...

Resolved! CAN transmit acknowledged even though no receiving node.

I want to set up error handling for my CAN messages, and I wanted to start with errors from sending messages to IDs not on the CAN bus net. However, every message I send is acknowledged. There is only stm32 chip set up on the net and the rest are cur...

LHuss.1 by Associate II
  • 879 Views
  • 3 replies
  • 0 kudos

stm32h7 receive audio over udp

hi, that's the first time a i wrote to this comunity because i'm stuck with this *** problem since one week right now, i made a custom board with stm32h750vbt6 , 4 stereo audio dac and 2 4ch audio adc, eth phy , clock gen ic and etc.. now my idea was...

eman8388 by Associate
  • 437 Views
  • 0 replies
  • 0 kudos

Possible to read program stored in STM32F103C8T6 ?

Hello everyone,I bought a tool that uses a STM32F103C8T6 with a program on it to transmit some CAN data. I would like to read the program that is currently on the tool and edit it.Is it feasible ? Or is the memory protected ?Thanks in advance for you...

Math86 by Associate II
  • 6725 Views
  • 21 replies
  • 0 kudos