STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

usart receive

USART receive is not providing the output please check and reply me asapselected USART2 made it to asynchronous also enabled global interruptcode lines that i have addeduint8_t txbuf[10]="hello ";uint8_t rxbuf[10]; while (1){/* USER CODE END WHILE */...

Nucleo-144 documentation

UM1974 Rev 10, Table 1. Ordering information:For the NUCLEO-F303ZE board the column "Differentiating features" lists an "Ethernet", which is false.Of course a deceptive photo and description just adds to the confusion...https://www.st.com/en/evaluati...

Piranha by Chief II
  • 879 Views
  • 1 replies
  • 3 kudos

I can't seem to trigger PendSV

Hi, I have created this kernel for an ARM Cortex M3, on an Atmel (microchip) board, and now I am porting it to Nucleo f767zi.I thought it would be an easier task, just adapting the HAL calls, and kernel (C and ASM) routines would keep the same. But I...