Skip to main content
Associate
November 19, 2023
Question

Problems to programa STm 32 black pill With Arduino IDE ande code

  • November 19, 2023
  • 2 replies
  • 2106 views
Hi... I'm new to programming.
I have a program made and working on Arduino Nano, but due to the processing capacity I had to change to STM, but when doing the conversion I get some errors.
I would like to know if anyone can help me.
 
    This topic has been closed for replies.

    2 replies

    STTwo-32
    Technical Moderator
    November 19, 2023

    Hello @Lopinhos and welcome to the ST Community :smiling_face_with_smiling_eyes:.

    What I understood from your question that you want to do a migration from Arduino Nano to black pill. I suggest you to use the STM32duino for this migration ( STM32 Arduino (STM32duino) Tutorial will be a good start). 

    Best Regards.

    STTwo-32 

    To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
    Tesla DeLorean
    Guru
    November 19, 2023

    >> when doing the conversion I get some errors.

    Lead with details

    Can you connect with it and get basic code operational?

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    LopinhosAuthor
    Associate
    November 21, 2023

    Yes, basic Arduino codes work perfectly on the STM32, but the code I needed to use on the stm32 is giving me several errors, which are in the SPI communication part.