Search found 31 matches

by imk
Tue Feb 08, 2022 10:07 am
Forum: General discussion
Topic: Serial1Event Not working
Replies: 11
Views: 4024

Re: Serial1Event Not working

Hello fpistm

So if i read the threads will it fix the problem, or is serial1Event nor implemented please?

Thanks imk
by imk
Tue Feb 08, 2022 8:47 am
Forum: General discussion
Topic: Serial1Event Not working
Replies: 11
Views: 4024

Re: Serial1Event Not working

Hello
Not sure what you mean by core?
But is STM32F411CE on Black Pill board.
Everything else from Arduino libraries seems to work, timer, PWM Digital Read/Write, Digital input interrupts.
But can't find the magic for Serial1Event, i know it must be in there but how to find it please?
IMK
by imk
Mon Feb 07, 2022 11:48 pm
Forum: General discussion
Topic: Serial1Event Not working
Replies: 11
Views: 4024

Serial1Event Not working

Hello, Environment Win10, STM32F411 Black Pill, IDE 2 RC3 and IDE 1.8.16 Does Serial1event work please? As i have just spent three hours at it, reading post, github etc and no way can i get it to work. So just wondering has it not been implemented and i am wasting my time, or is there a working exam...
by imk
Mon Feb 07, 2022 12:34 pm
Forum: General discussion
Topic: BlackPill STM32F411CE PA11 PA12 Digital Out Not Working
Replies: 3
Views: 2177

BlackPill STM32F411CE PA11 PA12 Digital Out Not Working

Hello, Environment Win10 Pro 64, IDE2 RC3 and IDE 1.8.16, STLink V3 Programmer I have a simple Digital Output Pin test function that i am using to test Nine VL53LOX XShut pins and PA11 & PA12 do not toggle any ideas please? I have turned off USB Support in IDE and even unplug the USB and powered...
by imk
Sun Jan 23, 2022 12:28 am
Forum: General discussion
Topic: MPU6050_DMP6 Compiles With Errors for STM32F411CE
Replies: 0
Views: 1615

MPU6050_DMP6 Compiles With Errors for STM32F411CE

Hello, Environment Win 10 64bit i5 loads of RAM, IDE 2 RC3 I am having problems compiling both MPU6050_DMP6 and MPU6050_DMP6_using_DMP_V6v12 examples application for a WeAct Black Pill STM32F411CE Both compile and run on and UNO, also MPU6050_raw.ino But MPU6050_DMP6 and MPU6050_DMP6_using_DMP_V6v12...
by imk
Tue Jan 04, 2022 9:47 am
Forum: IDE's
Topic: IDE 2 rc3 Compiles with Errors and corrupts STM32F4
Replies: 1
Views: 2186

IDE 2 rc3 Compiles with Errors and corrupts STM32F4

Hello, Platform Win10 Pro 64, IDE 2 RC3 Not sure sure if i should be reporting this here or Arduino Forum but think it might be a STM32 variants issue. So i am in process of building what is going to be a large multi module project on the Black Pile STM32F411CE chip Currently the project has the .in...
by imk
Mon Dec 13, 2021 6:23 pm
Forum: IDE's
Topic: STM32 DEPRECATED undefined reference to `Serial1'
Replies: 6
Views: 5502

Re: STM32 DEPRECATED undefined reference to `Serial1'

ag123, this is a little 'undocumented', generic variants normally has 'direct' pinmaps, i.e. PA1 is PA_1, PA2 is PA_2, Pyxx is Py_xx etc. i.e. the pins are what they are based on stm32's definition in for the chip per the spec! it is a 'good thing' So are you saying I should use PA_1 as is more gene...
by imk
Mon Dec 13, 2021 3:47 pm
Forum: IDE's
Topic: STM32 DEPRECATED undefined reference to `Serial1'
Replies: 6
Views: 5502

Re: STM32 DEPRECATED undefined reference to `Serial1'

ag123 many thanks for reply, I had set Serial Enable Generic Serial and USB to CDC after i did the library update but got the missing serial1 error. My BAD was i set Generic F411CEU not Black Pill F411CE, complies now. But wondering why Generic F411CEU throws the error and not Black Pill F411CE when...
by imk
Mon Dec 13, 2021 2:06 pm
Forum: IDE's
Topic: STM32 DEPRECATED undefined reference to `Serial1'
Replies: 6
Views: 5502

STM32 DEPRECATED undefined reference to `Serial1'

Hello, I am working on a few STM32F411CEU6 projects, one of which i uses Serial1 port on default PA9/10 So i noticed in BoardMamager that STM32 was DEPRECATED and i should use the new library So i replaced path https://github.com/stm32duino/BoardManagerFiles/raw/master/package_stmicroelectronics_ind...
by imk
Wed Nov 03, 2021 11:08 am
Forum: General discussion
Topic: STM32 Compile Time Seems Long IDE 1.8.16
Replies: 2
Views: 1399

Re: STM32 Compile Time Seems Long IDE 1.8.16

Update I just tried to do the build on Arduino ver 2 beta 12 I seems to compile a few seconds quicker and produces code thus: Upload code size is 106116 IDE 1.8.16 and 36168 for IDE 2 Beta 12. With same Compile Option That's about a third of the version 1.8.16 code size :-) However i have an upload ...

Go to advanced search