In this guide, we will explain how to activate the PWM interface and, based on examples, how to use it on one of our ST modules with the Dunfell BSP.
Configuration
1. Open a Terminal shell and set up the toolchain :: source /opt/st/stm32mp1/openstlinux-5.4-dunfell-mp1-20-06-24/environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi unset LDFLAGS unset CFLAGS
- Enter the kernel source directory and set up the configuration for the machine you are using, and start the menuconfig tool
: make stm32mp1ugea_defconfig make menuconfig
Then activate the PWM framework in the kernel configuration tool
Device Drivers --->
[*] Pulse-Width Modulation (PWM) Support --->
- DT configuration example
The example below shows how to configure TIM1 channel 3 to act as:
PWM output on PE12, e.g. TIM1_CH3 (See pinctrl device tree configuration and GPIO internal peripheral) trigger source (synchronous with PWM) for other internal peripheral such as STM32 ADC
/* select TIM1_CH1 alternate function 1 on 'PE9' */
pwm1_pins_a: pwm1-0 {
pins {
pinmux = <STM32_PINMUX('E', 12, AF1)>;
bias-pull-down;
drive-push-pull;
slew-rate = <0>;
};
};
/* configure 'PE12' as analog input in low-power mode */
pwm1_sleep_pins_a: pwm1-sleep-0 {
pins {
pinmux = <STM32_PINMUX('E', 12, ANALOG)>;
};
};
The PWM output doesn\'t require any DMA channel. Disable them if they are configured by default in the .dtsi/.dts file.
&timers1 {
status = "okay";
/* USER CODE BEGIN timers1 */
/* USER CODE END timers1 */
/delete-property/dmas;
/delete-property/dma-names;
pwm {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&tim1_pwm_pins_mx>;
pinctrl-1 = <&tim1_pwm_sleep_pins_mx>;
status = "okay";
/* USER CODE BEGIN timers1_pwm */
/* USER CODE END timers1_pwm */
};
timer@0 {
status = "okay";
};
};
How to use PWM with sysfs interface
The available PWM controllers are listed in sysfs:
Board $> ls /sys/class/pwm
pwmchip0
The number of channels per controller can be read in npwm (read-only)
Board $> cd /sys/class/pwm/pwmchip0
Board $> cat npwm
4
Each channel is exported (requested for sysfs activation) by writing the corresponding number in \'export\'.
- TIMx_CH1 is exported as \"pwm0\", TIMx_CH2 as \"pwm1\", and so on:
- PWM channels are numbered from 0 to (\'npwm\' - 1)
- TIM[1] channels are numbered from 1 to \'npwm\'.
As an example, proceed as follows to export the first channel (TIMx_CH3, e.g. channel 2):
Board $> echo 0 > export
Board $> ls
device export npwm power pwm2 subsystem uevent unexport
The period and duty cycle must be configured before enabling any channel.
As an example, proceed as follows to set a period of 100 ms with a duty cycle of 60% on channel 0:
Board $> echo 100000000 > pwm2/period
Board $> echo 60000000 > pwm2/duty_cycle
Board $> echo 1 > pwm2/enable
The polarity can be inverted or set to normal by using the polarity entry:
Board $> echo "inversed" > pwm2/polarity
Board $> cat pwm2/polarity
inversed
Board $> echo "normal" > pwm2/polarity
Board $> cat pwm2/polarity
normal
Array ( [DATI] => Array ( [prd_mk] => 135862 [prd_id] => 101358 [prd_data_ini] => 2024-07-02 10:19:17 [prd_data_fin] => 2999-12-31 00:00:00 [prd_data_crea] => 2019-02-12 09:54:01 [prd_id_utente_crea] => 101555 [prd_id_utente_upd] => 104517 [prd_id_utente_del] => 0 [prd_code] => 0 [prd_seriale] => MicroGEA-STM32MP1 [prd_cartella] => [prd_nome] => MicroGEA STM32MP15 [prd_serie] => [prd_parole_chiave] => [prd_prezzo] => 0.00000 [prd_quantita] => 0.00 [prd_descrizione_5] => [prd_descrizione_6] => [prd_descrizione_7] => [prd_description] => [prd_id_visibility_uo] => 114421 [prd_unita_misura] => 0 [prd_iva] => 22 [prd_barcode] => [prd_categoria_principale] => 100108 [prd_suffisso] => [prd_bitmask] => 1 [prd_disabled_uo] => [prd_schedulable] => 0 [prd_slot_occupation] => 0 [prd_min_order] => 0 [prd_out_service] => 0 [prd_note_interne] => ARM Cortex-A7+M4 ST® STM32MP157 [prd_id_iva] => 22 [prd_sortkey] => 65 [prd_hidden] => 0 [prd_hide_logged] => 0 [prd_params] => [prd_in_evidenza] => 0 [prd_sconto] => 0.00 [prd_sconto_dal] => 0000-00-00 [prd_sconto_finoa] => 0000-00-00 [prd_nuovi_arrivi] => 0000-00-00 [prd_custom_field1] => [prd_custom_field2] => [prd_custom_field3] => [prd_spec_tecniche_1] => [prd_spec_tecniche_2] => [prd_spec_tecniche_3] => [prd_spec_tecniche_4] => [prd_spec_tecniche_5] => [prd_spec_tecniche_6] => [prd_spec_tecniche_7] => [prd_cartelle_colore] => [prd_forced_link] => [prd_out_service_data] => 0000-00-00 [prd_in_service_data] => 0000-00-00 [cat_mk] => 101146 [cat_id] => 100108 [cat_data_ini] => 2022-07-29 15:11:18 [cat_data_fin] => 2999-12-31 00:00:00 [cat_data_crea] => 2017-01-23 16:05:43 [cat_id_utente_crea] => 3 [cat_id_utente_upd] => 101555 [cat_id_utente_del] => 0 [cat_id_parent] => 1 [cat_tree_path] => <1><100108> [cat_tree_depth] => 2 [cat_is_leaf] => 0 [cat_code] => 100108 [cat_cartella] => files/ [cat_ordine] => 79 [cat_colore] => [cat_descrizione_5] => [cat_descrizione_6] => [cat_descrizione_7] => [cat_description] => [cat_id_visibility_uo] => 114421 [cat_hidden] => 0 [cat_is_assistance] => 0 [cat_foto] => [cat_seo_title_5] => [cat_seo_title_6] => [cat_seo_metadescription_5] => [cat_seo_metadescription_6] => [um_mk] => [um_id] => [um_data_ini] => [um_data_fin] => [um_data_crea] => [um_id_utente_crea] => [um_id_utente_upd] => [um_id_utente_del] => [um_code] => [um_description_0] => [um_description_1] => [um_description_2] => [um_description_3] => [um_description_4] => [um_description_5] => [um_description_6] => [um_description_7] => [um_id_visibility_uo] => [id_categorie_associate] => 100108,100110 [prd_availability] => [prd_cpu] => ST® STM32MP157AAC [prd_dimensions] => 25 x 25 mm [prd_format] => [prd_memory] => Up to 1GB DDR3L-800 [prd_networking] => 1 x 10/100 Ethernet i/f [prd_operating_temp] => Industrial qualified [prd_pcie] => [prd_power_supply] => +3,3V DC [prd_usb] => Up to 2 x USB Host, 1 x USB OTG [prd_videointerf] => Up to 24bit Parallel [prd_sistemi_op] => Linux [prd_sistemi_svil] => Yocto [prd_overview] =>MicroGEA STM32MP15 is based on the new STM32MP157 processor from ST® equipped with a Dual-core Cortex-A7 and a Cortex-M4. The new module offers very high performance, real-time capabilities, and low-power operation. The SOM comes with a wide range of peripherals included in an amazing form factor (25mm x 25mm).
[prd_features] => [prd_bsp] => 1872gqjgLeKYH0TdhWqtv3X2amjAG8KL7 [prd_bsp_check] => 1 [prd_cores] => Dual-Core Cortex-A7@650/800MHz and Cortex M4@200MHz [prd_graphics] => 3D GPU: Vivante® - OpenGL® ES 2.0 – Up to 26 Mtriangle/s, 133 Mpixel/s LCD-TFT controller, up to 24-bit // RGB888 – up to WXGA (1366 × 768) @60 fps – Two layers with programmable colour LUT - MIPI® DSI 2 data lanes up to 1 GHz each [prd_videoresol] => Up to WXGA(1366x768) [prd_mass_storage] => 512MB Nand Flash [prd_audio] => I2S i/f [prd_pheriphinterf] => I2C, SPI, UART, PWM, CAN Bus, SDIO i/f, JTAG i/f, ADC [prd_in_compare] => 0 [prd_imm_os] => [prd_imm_os_txt] =>
SOM |
UBUNTU IMAGES |
---|
microgea STM32 | engicam-test-hw |
microgea STM32 | engicam-image-weston |
Engicam offers an extensive range of System on Modules and Computer on Modules based on the latest generation of leading manufacturer's processors.
[cat_alias] => SOM [cat_seo_title] => [cat_seo_metadescription] => [um_description] => [sconto_perc_utente] => 0 [url_vis_prd_col] => /vis-prod/MicroGEA-STM32MP1/MicroGEA-STM32MP1-ST--STM32MP157-based-Micro-SOM ) [IMMAGINI] => Array ( [0] => Array ( [all_mk] => 4782 [all_id] => 103694 [all_data_ini] => 2020-07-14 17:46:24 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2020-07-14 17:46:24 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => 800_3.png [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101358 [all_tipo] => 1 [all_lingua] => en [all_bitmask] => 1 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 1 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 1 [tpa_description] => [tpa_nome_0] => Foto (Galleria) [tpa_nome_1] => Photos (Gallery) [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => jpg|jpeg|png|tif|tiff|gif [tpa_icona] => [tpa_cartella] => foto [tpa_ordine] => 0 [tpa_is_img] => 1 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 0 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2020 [mime_type] => image/png [file_size] => 952.06K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101358_t1 [percorso_relativo] => custom/files/114421/ct10000_id101358_t1 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101358_t1 ) ) [IMMAGINI_YEARS] => Array ( [2020] => 2020 ) [MAIN_IMG] => Array ( [ID] => 103694 [TIPO] => 10003 [RECORD] => Array ( [all_mk] => 4782 [all_id] => 103694 [all_data_ini] => 2020-07-14 17:46:24 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2020-07-14 17:46:24 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => 800_3.png [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101358 [all_tipo] => 1 [all_lingua] => en [all_bitmask] => 1 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 1 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 1 [tpa_description] => [tpa_nome_0] => Foto (Galleria) [tpa_nome_1] => Photos (Gallery) [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => jpg|jpeg|png|tif|tiff|gif [tpa_icona] => [tpa_cartella] => foto [tpa_ordine] => 0 [tpa_is_img] => 1 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 0 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2020 [mime_type] => image/png [file_size] => 952.06K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101358_t1 [percorso_relativo] => custom/files/114421/ct10000_id101358_t1 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101358_t1 ) ) [ALLEGATI] => Array ( [0] => Array ( [all_mk] => 4565 [all_id] => 103503 [all_data_ini] => 2020-03-25 17:00:48 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2020-03-25 17:00:48 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => MicroGEASTM32MP1_ERRATA_Rev_0.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101358 [all_tipo] => 100000 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100000 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100000 [tpa_description] => [tpa_nome_0] => Errata [tpa_nome_1] => Errata [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => errata [tpa_ordine] => 10 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2020 [mime_type] => application/pdf [file_size] => 52.91K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101358_t100000 [percorso_relativo] => custom/files/114421/ct10000_id101358_t100000 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101358_t100000 ) [1] => Array ( [all_mk] => 4684 [all_id] => 103598 [all_data_ini] => 2020-04-10 11:24:11 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2020-04-10 11:24:11 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1910-1.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101358 [all_tipo] => 100000 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100000 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100000 [tpa_description] => [tpa_nome_0] => Errata [tpa_nome_1] => Errata [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => errata [tpa_ordine] => 10 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2020 [mime_type] => application/pdf [file_size] => 129.61K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101358_t100000 [percorso_relativo] => custom/files/114421/ct10000_id101358_t100000 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101358_t100000 ) [2] => Array ( [all_mk] => 4593 [all_id] => 103531 [all_data_ini] => 2020-03-30 16:43:31 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2020-03-30 16:43:31 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_20.03-5.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101358 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2020 [mime_type] => application/pdf [file_size] => 116.92K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101358_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101358_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101358_t100001 ) [3] => Array ( [all_mk] => 12633 [all_id] => 108398 [all_data_ini] => 2023-06-08 10:34:05 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2023-06-08 10:34:05 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => 463B.draco.glb [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101358 [all_tipo] => 100015 [all_lingua] => en [all_bitmask] => 1 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100015 [tpa_data_ini] => 2021-12-21 12:31:39 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100015 [tpa_description] => [tpa_nome_0] => 3D file [tpa_nome_1] => 3D file [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => glb [tpa_icona] => [tpa_cartella] => non gestita [tpa_ordine] => 30 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2023 [mime_type] => application/octet-stream [file_size] => 1.33M [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101358_t100015 [percorso_relativo] => custom/files/114421/ct10000_id101358_t100015 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101358_t100015 ) [4] => Array ( [all_mk] => 7119 [all_id] => 105398 [all_data_ini] => 2021-06-30 15:39:15 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2021-06-30 15:39:15 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => Engicam-stm32mp1openstlinux-4.19_Rev1.4.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101358 [all_tipo] => 100003 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100003 [tpa_data_ini] => 2021-12-21 12:31:39 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100003 [tpa_description] => [tpa_nome_0] => Software manual [tpa_nome_1] => Software manual [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => non gestita [tpa_ordine] => 25 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2021 [mime_type] => application/pdf [file_size] => 3.12M [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101358_t100003 [percorso_relativo] => custom/files/114421/ct10000_id101358_t100003 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101358_t100003 ) [5] => Array ( [all_mk] => 11160 [all_id] => 107460 [all_data_ini] => 2022-04-21 12:04:05 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2022-04-21 12:04:05 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => engicamstm32mp1dunfell510_REV12.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101358 [all_tipo] => 100003 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100003 [tpa_data_ini] => 2021-12-21 12:31:39 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100003 [tpa_description] => [tpa_nome_0] => Software manual [tpa_nome_1] => Software manual [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => non gestita [tpa_ordine] => 25 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2022 [mime_type] => application/pdf [file_size] => 2.89M [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101358_t100003 [percorso_relativo] => custom/files/114421/ct10000_id101358_t100003 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101358_t100003 ) [6] => Array ( [all_mk] => 7020 [all_id] => 105350 [all_data_ini] => 2021-05-10 17:58:36 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2021-05-10 17:58:36 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => MicroGEASTM32MP15_Adapter_for_JTAG_AN_1.0.0.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101358 [all_tipo] => 100002 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100002 [tpa_data_ini] => 2021-12-21 12:31:20 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100002 [tpa_description] => [tpa_nome_0] => Hardware manual [tpa_nome_1] => Hardware manual [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => non gestita [tpa_ordine] => 20 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2021 [mime_type] => application/pdf [file_size] => 1.60M [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101358_t100002 [percorso_relativo] => custom/files/114421/ct10000_id101358_t100002 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101358_t100002 ) [7] => Array ( [all_mk] => 13638 [all_id] => 108717 [all_data_ini] => 2024-03-07 17:58:24 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2024-03-07 17:58:24 [all_id_utente_crea] => 104517 [all_id_utente_upd] => 104517 [all_id_utente_del] => 0 [all_href] => Microgea_STM32MP15_Flyer.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101358 [all_tipo] => 2 [all_lingua] => en [all_bitmask] => 1 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 2 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 2 [tpa_description] => [tpa_nome_0] => Altro [tpa_nome_1] => Others [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf|doc|docx|odt|odm|jpg|jpeg|png|tif|tiff|gif|xls|xlst|ods|zip|txt [tpa_icona] => [tpa_cartella] => altri_file [tpa_ordine] => 99 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 0 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2024 [mime_type] => application/pdf [file_size] => 264.87K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101358_t2 [percorso_relativo] => custom/files/114421/ct10000_id101358_t2 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101358_t2 ) [8] => Array ( [all_mk] => 15825 [all_id] => 110087 [all_data_ini] => 2024-12-02 18:05:24 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2024-12-02 18:05:24 [all_id_utente_crea] => 104517 [all_id_utente_upd] => 104517 [all_id_utente_del] => 0 [all_href] => MicroGEA_STM32MP15_HW_manual_1.2.1.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101358 [all_tipo] => 100002 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100002 [tpa_data_ini] => 2021-12-21 12:31:20 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100002 [tpa_description] => [tpa_nome_0] => Hardware manual [tpa_nome_1] => Hardware manual [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => non gestita [tpa_ordine] => 20 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2024 [mime_type] => application/pdf [file_size] => 2.46M [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101358_t100002 [percorso_relativo] => custom/files/114421/ct10000_id101358_t100002 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101358_t100002 ) ) [ALLEGATI_YEARS] => Array ( [2020] => 2020 [2023] => 2023 [2021] => 2021 [2022] => 2022 [2024] => 2024 ) ) 1MicroGEA STM32MP15
ST® STM32MP157 based Micro SOM
Array ( [DATI] => Array ( [prd_mk] => 136790 [prd_id] => 101359 [prd_data_ini] => 2024-11-05 16:37:09 [prd_data_fin] => 2999-12-31 00:00:00 [prd_data_crea] => 2019-02-12 10:30:39 [prd_id_utente_crea] => 101555 [prd_id_utente_upd] => 104517 [prd_id_utente_del] => 0 [prd_code] => 0 [prd_seriale] => i-Core-STM32MP1 [prd_cartella] => [prd_nome] => i.Core STM32MP15 [prd_serie] => [prd_parole_chiave] => [prd_prezzo] => 0.00000 [prd_quantita] => 0.00 [prd_descrizione_5] => [prd_descrizione_6] => [prd_descrizione_7] => [prd_description] => [prd_id_visibility_uo] => 114421 [prd_unita_misura] => 0 [prd_iva] => 22 [prd_barcode] => [prd_categoria_principale] => 100108 [prd_suffisso] => [prd_bitmask] => 1 [prd_disabled_uo] => [prd_schedulable] => 0 [prd_slot_occupation] => 0 [prd_min_order] => 0 [prd_out_service] => 0 [prd_note_interne] => ARM Cortex-A7+M4 ST® STM32MP157 [prd_id_iva] => 22 [prd_sortkey] => 75 [prd_hidden] => 0 [prd_hide_logged] => 0 [prd_params] => [prd_in_evidenza] => 0 [prd_sconto] => 0.00 [prd_sconto_dal] => 0000-00-00 [prd_sconto_finoa] => 0000-00-00 [prd_nuovi_arrivi] => 0000-00-00 [prd_custom_field1] => [prd_custom_field2] => [prd_custom_field3] => [prd_spec_tecniche_0] => [prd_spec_tecniche_2] => [prd_spec_tecniche_3] => [prd_spec_tecniche_4] => [prd_spec_tecniche_5] => [prd_spec_tecniche_6] => [prd_spec_tecniche_7] => [prd_cartelle_colore] => [prd_forced_link] => [prd_out_service_data] => 0000-00-00 [prd_in_service_data] => 0000-00-00 [cat_mk] => 101146 [cat_id] => 100108 [cat_data_ini] => 2022-07-29 15:11:18 [cat_data_fin] => 2999-12-31 00:00:00 [cat_data_crea] => 2017-01-23 16:05:43 [cat_id_utente_crea] => 3 [cat_id_utente_upd] => 101555 [cat_id_utente_del] => 0 [cat_id_parent] => 1 [cat_tree_path] => <1><100108> [cat_tree_depth] => 2 [cat_is_leaf] => 0 [cat_code] => 100108 [cat_cartella] => files/ [cat_ordine] => 79 [cat_colore] => [cat_descrizione_5] => [cat_descrizione_6] => [cat_descrizione_7] => [cat_description] => [cat_id_visibility_uo] => 114421 [cat_hidden] => 0 [cat_is_assistance] => 0 [cat_foto] => [cat_seo_title_5] => [cat_seo_title_6] => [cat_seo_metadescription_5] => [cat_seo_metadescription_6] => [um_mk] => [um_id] => [um_data_ini] => [um_data_fin] => [um_data_crea] => [um_id_utente_crea] => [um_id_utente_upd] => [um_id_utente_del] => [um_code] => [um_description_0] => [um_description_1] => [um_description_2] => [um_description_3] => [um_description_4] => [um_description_5] => [um_description_6] => [um_description_7] => [um_id_visibility_uo] => [id_categorie_associate] => 100108,100109 [prd_availability] => [prd_cpu] => ST® STM32MP157AAA [prd_dimensions] => 32.1 x 67.6 mm [prd_format] => EDIMM [prd_memory] => Up to 1GB DDR3L-1066 [prd_networking] => 1 x 10/100 Ethernet i/f [prd_operating_temp] => Industrial and consumer qualified [prd_pcie] => [prd_power_supply] => +5V DC [prd_usb] => Up to 2 x USB Host, 1 x USB OTG [prd_videointerf] => LCD-TFT controller, up to 24bit parallel RGB888 MIPI®DSI 2 data lanes up to 1GHz each LVDS Single channel via MIPI-DSI bridge [prd_sistemi_op] => Linux [prd_sistemi_svil] => Yocto [prd_overview] =>i.Core STM32MP15 is based on STM32MP157 processor from ST equipped with a dual-core Cortex-A7 and a Cortex-M4. The new module offers high performance, real-time capabilities, and low-power operation. The wide range of peripherals makes this SOM suitable for many different applications.
[prd_features] => [prd_bsp] => 1uDJ3_nuutEmlL5VobgAwHrzgwGNGdT-w [prd_bsp_check] => 1 [prd_cores] => Dual-Core Cortex-A7@650/800MHz and Cortex M4@200MHz [prd_graphics] => 3D GPU: Vivante® - OpenGL® ES 2.0 – Up to 26 Mtriangle/s, 133 Mpixel/s LCD-TFT controller, up to 24-bit // RGB888 – up to WXGA (1366 × 768) @60 fps – Two layers with programmable colour LUT MIPI® DSI 2 data lanes up to 1 GHz each [prd_videoresol] => Up to WXGA (1366x768) @60fps [prd_mass_storage] => 512MB expandible Nand Flash, 4GB eMMC [prd_audio] => I2S i/f [prd_pheriphinterf] => 2x I2C (Up to 5)
(Up to 6x SPI)
3x UART (Up to 8)
PWM
2x CAN Bus (+ up to 2 FD-CAN)
2x SDIO i/f
JTAG i/f
[prd_in_compare] => 0 [prd_imm_os] => [prd_imm_os_txt] => [prd_camera_interfaces] => [prd_core_type] => 100000 [prd_dram_size_max] => 1024 [prd_dram_size_min] => 512 [prd_dram_speed] => 1066 [prd_dram_type] => 100009 [prd_dram_speed2] => 0 [prd_dram_type2] => [prd_lcd_interfaces] => #100015#100014#100013# [prd_manifacturer] => 100004 [prd_mass_storage_type] => #100020#100019# [prd_mcu_type] => #100053# [prd_n_availibility] => 2034 [prd_n_cpu] => 100038 [prd_n_dimensions] => 100039 [prd_n_format] => #100056# [prd_n_power_supply] => 100033 [prd_npu] => 0 [prd_num_cores] => #2# [prd_num_lan_100] => 1 [prd_num_lan_1000] => 0 [prd_num_lan_2500] => 0 [prd_num_lan_10000] => 0 [prd_num_pcie] => 0 [prd_num_usb_otg] => 1 [prd_num_usb2] => 2 [prd_num_usb3] => 0 [prd_operating_temp_max] => 85 [prd_operating_temp_min] => -40 [prd_operating_temp_note] => [prd_vpu] => 1 [prd_gpu] => 1 [prd_3d] => 19wwLxlkP0xKNWHlYnT6PFdhugy3Hv_As [prd_des_breve] => STM32MP157 based EDIMM SOM [prd_descrizione] => [prd_spec_tecniche] => [prd_alias] => i-Core-STM32MP1-STM32MP157-based-EDIMM-SOM [prd_seo_title] => [prd_seo_metadescription] => [prd_seo_tag] => [cat_nome] => SOM & COM [cat_descrizione] =>Engicam offers an extensive range of System on Modules and Computer on Modules based on the latest generation of leading manufacturer's processors.
[cat_alias] => SOM [cat_seo_title] => [cat_seo_metadescription] => [um_description] => [sconto_perc_utente] => 0 [url_vis_prd_col] => /vis-prod/i-Core-STM32MP1/i-Core-STM32MP1-STM32MP157-based-EDIMM-SOM ) [ALLEGATI] => Array ( [0] => Array ( [all_mk] => 4807 [all_id] => 103719 [all_data_ini] => 2020-09-03 09:59:34 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2020-09-03 09:59:34 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => engicam-stm32mp1_REV1.3.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101359 [all_tipo] => 100003 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100003 [tpa_data_ini] => 2021-12-21 12:31:39 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100003 [tpa_description] => [tpa_nome_0] => Software manual [tpa_nome_1] => Software manual [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => non gestita [tpa_ordine] => 25 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2020 [mime_type] => application/pdf [file_size] => 3.08M [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101359_t100003 [percorso_relativo] => custom/files/114421/ct10000_id101359_t100003 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101359_t100003 ) [1] => Array ( [all_mk] => 4686 [all_id] => 103600 [all_data_ini] => 2020-04-10 11:28:26 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2020-04-10 11:28:26 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1910-1.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101359 [all_tipo] => 100001 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2020 [mime_type] => application/pdf [file_size] => 129.61K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101359_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101359_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101359_t100001 ) [2] => Array ( [all_mk] => 12631 [all_id] => 108396 [all_data_ini] => 2023-06-08 10:31:58 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2023-06-08 10:31:58 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => 460A.draco.glb [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101359 [all_tipo] => 100015 [all_lingua] => en [all_bitmask] => 1 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100015 [tpa_data_ini] => 2021-12-21 12:31:39 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100015 [tpa_description] => [tpa_nome_0] => 3D file [tpa_nome_1] => 3D file [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => glb [tpa_icona] => [tpa_cartella] => non gestita [tpa_ordine] => 30 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2023 [mime_type] => application/octet-stream [file_size] => 4.30M [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101359_t100015 [percorso_relativo] => custom/files/114421/ct10000_id101359_t100015 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101359_t100015 ) [3] => Array ( [all_mk] => 11159 [all_id] => 107459 [all_data_ini] => 2022-04-21 12:03:30 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2022-04-21 12:03:30 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => engicamstm32mp1dunfell510_REV12.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101359 [all_tipo] => 100003 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100003 [tpa_data_ini] => 2021-12-21 12:31:39 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100003 [tpa_description] => [tpa_nome_0] => Software manual [tpa_nome_1] => Software manual [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => non gestita [tpa_ordine] => 25 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2022 [mime_type] => application/pdf [file_size] => 2.89M [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101359_t100003 [percorso_relativo] => custom/files/114421/ct10000_id101359_t100003 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101359_t100003 ) [4] => Array ( [all_mk] => 12609 [all_id] => 108378 [all_data_ini] => 2023-06-05 15:18:47 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2023-06-05 15:18:47 [all_id_utente_crea] => 103516 [all_id_utente_upd] => 103516 [all_id_utente_del] => 0 [all_href] => i.Core_STM32MP1_Flyer.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101359 [all_tipo] => 2 [all_lingua] => en [all_bitmask] => 1 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 2 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 2 [tpa_description] => [tpa_nome_0] => Altro [tpa_nome_1] => Others [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf|doc|docx|odt|odm|jpg|jpeg|png|tif|tiff|gif|xls|xlst|ods|zip|txt [tpa_icona] => [tpa_cartella] => altri_file [tpa_ordine] => 99 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 0 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2023 [mime_type] => application/pdf [file_size] => 334.32K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101359_t2 [percorso_relativo] => custom/files/114421/ct10000_id101359_t2 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101359_t2 ) [5] => Array ( [all_mk] => 14845 [all_id] => 109545 [all_data_ini] => 2024-07-02 12:02:43 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2024-07-02 12:02:43 [all_id_utente_crea] => 104517 [all_id_utente_upd] => 104517 [all_id_utente_del] => 0 [all_href] => i.Core_STM32MP1_HW_manual_1.1.9.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101359 [all_tipo] => 100002 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100002 [tpa_data_ini] => 2021-12-21 12:31:20 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100002 [tpa_description] => [tpa_nome_0] => Hardware manual [tpa_nome_1] => Hardware manual [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => non gestita [tpa_ordine] => 20 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2024 [mime_type] => application/pdf [file_size] => 2.40M [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101359_t100002 [percorso_relativo] => custom/files/114421/ct10000_id101359_t100002 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101359_t100002 ) [6] => Array ( [all_mk] => 7073 [all_id] => 105371 [all_data_ini] => 2021-05-14 12:14:05 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2021-05-14 12:14:05 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_2105-1.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101359 [all_tipo] => 100001 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2021 [mime_type] => application/pdf [file_size] => 120.88K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101359_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101359_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101359_t100001 ) [7] => Array ( [all_mk] => 8129 [all_id] => 105980 [all_data_ini] => 2021-10-15 17:25:53 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2021-10-15 17:25:53 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_21101.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101359 [all_tipo] => 100001 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2021 [mime_type] => application/pdf [file_size] => 50.17K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101359_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101359_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101359_t100001 ) ) [ALLEGATI_YEARS] => Array ( [2020] => 2020 [2023] => 2023 [2022] => 2022 [2024] => 2024 [2021] => 2021 ) [IMMAGINI] => Array ( [0] => Array ( [all_mk] => 2728 [all_id] => 102267 [all_data_ini] => 2019-02-12 12:35:53 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2019-02-12 12:35:53 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => i.CoreST_.jpg [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101359 [all_tipo] => 1 [all_lingua] => int [all_bitmask] => 1 [all_sort_key] => 1 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 1 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 1 [tpa_description] => [tpa_nome_0] => Foto (Galleria) [tpa_nome_1] => Photos (Gallery) [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => jpg|jpeg|png|tif|tiff|gif [tpa_icona] => [tpa_cartella] => foto [tpa_ordine] => 0 [tpa_is_img] => 1 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 0 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2019 [mime_type] => image/jpeg [file_size] => 447.77K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101359_t1 [percorso_relativo] => custom/files/114421/ct10000_id101359_t1 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101359_t1 ) ) [IMMAGINI_YEARS] => Array ( [2019] => 2019 ) ) 1