kriswiner / IIS3DWB

Arduino sketches for ST's IIS3DWB vibration analyzer accelerometer
22 stars 12 forks source link

'fft_process' was not declared in this scope fft_process(fft_io_buffer, fft_Instance, fft_output_buffer, FFT_LENGTH); #5

Closed ritde closed 3 years ago

ritde commented 3 years ago

'fft_process' was not declared in this scope fft_process(fft_io_buffer, fft_Instance, fft_output_buffer, FFT_LENGTH);

kriswiner commented 3 years ago

Using an ARM MCU?

On Sat, Aug 21, 2021 at 5:54 PM ritde @.***> wrote:

'fft_process' was not declared in this scope fft_process(fft_io_buffer, fft_Instance, fft_output_buffer, FFT_LENGTH);

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kriswiner/IIS3DWB/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTDLKWAB33ZO6RQIBTRBYLT6BDDTANCNFSM5CSMH2CA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

ritde commented 3 years ago

using stm32L496rg in arduino. Installed https://github.com/GrumpyOldPizza/arduino-STM32L4

kriswiner commented 3 years ago

Why are you posting at Hackaday and github?

On Sat, Aug 21, 2021 at 6:02 PM ritde @.***> wrote:

using stm32L496rg in arduino. Installed https://github.com/GrumpyOldPizza/arduino-STM32L4

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/IIS3DWB/issues/5#issuecomment-903196173, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTDLKTJWLAIBYZC2UN67XLT6BEDRANCNFSM5CSMH2CA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

kriswiner commented 3 years ago

Just compiled successfully on my laptop:

Suffix successfully added to file Using library SPI at version 1.0 in folder: C:\Users\kris\AppData\Local\Arduino15\packages\grumpyoldpizza\hardware\stm32l4\0.0.28\libraries\SPI

Using library RTC at version 1.0 in folder: C:\Users\kris\AppData\Local\Arduino15\packages\grumpyoldpizza\hardware\stm32l4\0.0.28\libraries\RTC

"C:\Users\kris\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-size" -A "C:\Users\kris\AppData\Local\Temp\arduino_build_558662/IIS3DWB_FFT_Dragonfly.v03.ino.elf" Sketch uses 81960 bytes (7%) of program storage space. Maximum is 1032192 bytes. Global variables use 49064 bytes of dynamic memory.

What version of Arduino IDe are you using? Maybe you need to install ARM tools or something, no idea...

On Sat, Aug 21, 2021 at 6:07 PM Tlera Corporation @.***> wrote:

Why are you posting at Hackaday and github?

On Sat, Aug 21, 2021 at 6:02 PM ritde @.***> wrote:

using stm32L496rg in arduino. Installed https://github.com/GrumpyOldPizza/arduino-STM32L4

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/IIS3DWB/issues/5#issuecomment-903196173, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTDLKTJWLAIBYZC2UN67XLT6BEDRANCNFSM5CSMH2CA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

ritde commented 3 years ago

Ok, probably it is because of my admin install of Arduino on fedora. Its compiling in the standalone version succesfully.