Can I program teensy using ST software (STM32CubeIDE).

Status
Not open for further replies.

kendallbp

New member
Hi,

I just started this course in Udemy "https://www.udemy.com/course/embedded-systems-bare-metal-programming/", and they ask us to get a STM32F4-NUCLEO board, which is based on ARM Cortex-M4.
I can't get that board in my country, but I can buy a Teensy 4.1 board, which is based on ARM Cortex-M7.
I was wondering if with this board I can do anything I would do if I was using that Nucleo board. Things like programming it in a very low level (bare-metal) or having a full compatibility teensy-stm32cubeide.

Is it possible?
 
Short answer: No.

The CPU is only a small part of a Microcontroller.
All periphals are different.
There is no reason for NXP to make their chips ST compatible, and vice versa.
 
Status
Not open for further replies.
Back
Top